diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-19 21:20:48 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-19 21:20:48 +0000 |
commit | c7611291caed7042dac74061e36e3fa5ba7ed166 (patch) | |
tree | 1d2de5d52eb1b8904d425116b2afd36170dab951 /net-mgmt | |
parent | af96ced369a5fd129e406f51d4135261e2b70bb3 (diff) | |
download | ports-c7611291caed7042dac74061e36e3fa5ba7ed166.tar.gz ports-c7611291caed7042dac74061e36e3fa5ba7ed166.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/net-snmp4/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/pads/Makefile | 8 |
2 files changed, 4 insertions, 8 deletions
diff --git a/net-mgmt/net-snmp4/Makefile b/net-mgmt/net-snmp4/Makefile index fe605bb872eb..9af21287416e 100644 --- a/net-mgmt/net-snmp4/Makefile +++ b/net-mgmt/net-snmp4/Makefile @@ -71,6 +71,8 @@ CFLAGS+= -DOPENSSL_DES_LIBDES_COMPATIBILITY SHLIB_VERSION= 4 PLIST_SUB+= shlib=${SHLIB_VERSION} +OPTIONS= IPV6 "Enable IPv6 support" On + .include <bsd.port.pre.mk> .if ${OSVERSION} >= 700019 @@ -81,7 +83,7 @@ BROKEN= Does not compile on FreeBSD >= 7.0 CFLAGS+= -Dfreebsd5 .endif -.if ${OSVERSION} >= 400014 +.if defined(WITH_IPV6) CONFIGURE_ARGS+= --enable-ipv6 .endif diff --git a/net-mgmt/pads/Makefile b/net-mgmt/pads/Makefile index c9fb763d0abb..fee64deb05f4 100644 --- a/net-mgmt/pads/Makefile +++ b/net-mgmt/pads/Makefile @@ -20,10 +20,4 @@ GNU_CONFIGURE= yes MAN8= pads.8 pads-report.8 pads.conf.8 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Does not compile -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |