diff -ruN net-snmp4.old/Makefile net-snmp4/Makefile --- net-snmp4.old/Makefile Tue Mar 4 21:21:05 2003 +++ net-snmp4/Makefile Tue Mar 4 22:19:13 2003 @@ -71,17 +71,9 @@ .if defined(WITHOUT_SSL) CONFIGURE_ARGS+= --without-openssl .else -.if defined(WITH_PORTSSL) || ${OSVERSION} >= 500100 || (${OSVERSION} >= 470103 && ${OSREL} == 4) -.if ${OSVERSION} >= 500100 || (${OSVERSION} >= 470103 && ${OSREL} == 4) -LIB_DEPENDS+= crypto.4:${PORTSDIR}/security/openssl -.else -LIB_DEPENDS+= crypto.3:${PORTSDIR}/security/openssl -.endif -CONFIGURE_ARGS+= --with-openssl=${LOCALBASE} -CFLAGS+= -DOPENSSL_DES_LIBDES_COMPATIBILITY -.else +USE_OPENSSL= YES CONFIGURE_ARGS+= --with-openssl=/usr -.endif +CFLAGS+= -DOPENSSL_DES_LIBDES_COMPATIBILITY .endif SHLIB_VERSION= 4 @@ -89,7 +81,7 @@ pre-everything:: @${ECHO} "" - @${ECHO} "You may use the following build options:" + @${ECHO} "You may use the following build option(s):" @${ECHO} "" @${ECHO} " WITH_PORTSSL=yes Use the OpenSSL Version delivered by the ports." @${ECHO} " With FreeBSD 5, net-snmp4 requires automaticly"