aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-10-03 00:59:44 +0800
committermarcus <marcus@FreeBSD.org>2003-10-03 00:59:44 +0800
commited3688d5a38042d79d1c98347690516e95457a4c (patch)
tree57c19d3a6bd754f777cd1e002214b329b82eecc3 /net-mgmt
parent223df3d9e0c4a3f6829c8ecaa88001a0ae4920ab (diff)
downloadfreebsd-ports-gnome-ed3688d5a38042d79d1c98347690516e95457a4c.tar.gz
freebsd-ports-gnome-ed3688d5a38042d79d1c98347690516e95457a4c.tar.zst
freebsd-ports-gnome-ed3688d5a38042d79d1c98347690516e95457a4c.zip
Move USE_* above bsd.port.pre.mk.
PR: 57502
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):"