diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-02 16:59:44 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-02 16:59:44 +0000 |
commit | 100a725c30c9570f813240f1166473717fa541a8 (patch) | |
tree | 53f0d50eb80ec7b5e04533825ef28a13ae3346d2 /net | |
parent | Update to 0.2 (diff) |
Move USE_* above bsd.port.pre.mk.
PR: 57502
Notes
Notes:
svn path=/head/; revision=90045
Diffstat (limited to 'net')
-rw-r--r-- | net/net-snmp4/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net/net-snmp4/Makefile b/net/net-snmp4/Makefile index 200f175d4300..0fafd3cdf71a 100644 --- a/net/net-snmp4/Makefile +++ b/net/net-snmp4/Makefile @@ -62,12 +62,6 @@ SBIN= snmpd snmptrapd STARTUP_FILE= ${PREFIX}/etc/rc.d/snmpd.sh -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 400014 -CONFIGURE_ARGS+= --enable-ipv6 -.endif - .if defined(WITHOUT_SSL) CONFIGURE_ARGS+= --without-openssl .else @@ -79,6 +73,12 @@ CFLAGS+= -DOPENSSL_DES_LIBDES_COMPATIBILITY SHLIB_VERSION= 4 PLIST_SUB+= shlib=${SHLIB_VERSION} +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 400014 +CONFIGURE_ARGS+= --enable-ipv6 +.endif + pre-everything:: @${ECHO} "" @${ECHO} "You may use the following build option(s):" |