1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Move USE_* above bsd.port.pre.mk.

PR:		57502
This commit is contained in:
Joe Marcus Clarke 2003-10-02 16:59:44 +00:00
parent 241b776f8f
commit 100a725c30
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90045
2 changed files with 12 additions and 12 deletions

View File

@ -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):"

View File

@ -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):"