aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-03 00:59:44 +0800
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-03 00:59:44 +0800
commit100a725c30c9570f813240f1166473717fa541a8 (patch)
tree53f0d50eb80ec7b5e04533825ef28a13ae3346d2 /net
parent241b776f8f84c12d2a7e573001ce9732a21e1037 (diff)
downloadfreebsd-ports-gnome-100a725c30c9570f813240f1166473717fa541a8.tar.gz
freebsd-ports-gnome-100a725c30c9570f813240f1166473717fa541a8.tar.zst
freebsd-ports-gnome-100a725c30c9570f813240f1166473717fa541a8.zip
Move USE_* above bsd.port.pre.mk.
PR: 57502
Diffstat (limited to 'net')
-rw-r--r--net/net-snmp4/Makefile12
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):"