From c7611291caed7042dac74061e36e3fa5ba7ed166 Mon Sep 17 00:00:00 2001 From: Gabor Kovesdan Date: Thu, 19 Apr 2007 21:20:48 +0000 Subject: - Remove FreeBSD 4.X support from unmaintained ports in categories starting with letter n-p --- net-mgmt/net-snmp4/Makefile | 4 +++- net-mgmt/pads/Makefile | 8 +------- 2 files changed, 4 insertions(+), 8 deletions(-) (limited to 'net-mgmt') 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 .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 - -.if ${OSVERSION} < 500000 -BROKEN= Does not compile -.endif - -.include +.include -- cgit v1.2.3