summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-02 16:59:44 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-02 16:59:44 +0000
commit100a725c30c9570f813240f1166473717fa541a8 (patch)
tree53f0d50eb80ec7b5e04533825ef28a13ae3346d2 /net-mgmt
parentUpdate to 0.2 (diff)
Move USE_* above bsd.port.pre.mk.
PR: 57502
Notes
Notes: svn path=/head/; revision=90045
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/net-snmp4/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/net-mgmt/net-snmp4/Makefile b/net-mgmt/net-snmp4/Makefile
index 200f175d4300..0fafd3cdf71a 100644
--- a/net-mgmt/net-snmp4/Makefile
+++ b/net-mgmt/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):"