From 100a725c30c9570f813240f1166473717fa541a8 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Thu, 2 Oct 2003 16:59:44 +0000 Subject: [PATCH] Move USE_* above bsd.port.pre.mk. PR: 57502 --- net-mgmt/net-snmp4/Makefile | 12 ++++++------ net/net-snmp4/Makefile | 12 ++++++------ 2 files changed, 12 insertions(+), 12 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 - -.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 + +.if ${OSVERSION} >= 400014 +CONFIGURE_ARGS+= --enable-ipv6 +.endif + pre-everything:: @${ECHO} "" @${ECHO} "You may use the following build option(s):" 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 - -.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 + +.if ${OSVERSION} >= 400014 +CONFIGURE_ARGS+= --enable-ipv6 +.endif + pre-everything:: @${ECHO} "" @${ECHO} "You may use the following build option(s):"