From f44437e485f4c21f3f2818c5329140ba32a64bd8 Mon Sep 17 00:00:00 2001 From: ume Date: Fri, 28 Jul 2000 19:43:15 +0000 Subject: Activate IPv6 support. Approved by: billf --- net/net-snmp/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'net/net-snmp') diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile index a681005..62f62e7 100644 --- a/net/net-snmp/Makefile +++ b/net/net-snmp/Makefile @@ -7,7 +7,7 @@ PORTNAME= ucd-snmp PORTVERSION= 4.1.2 -CATEGORIES= net +CATEGORIES= net ipv6 MASTER_SITES= ftp://ucd-snmp.ucdavis.edu/ \ ftp://sunsite.cnlab-switch.ch/mirror/ucd-snmp/ \ ftp://ftp.win.or.jp/pub/network/snmp/ucd-snmp/ @@ -47,6 +47,10 @@ STARTUP_FILE= ${PREFIX}/etc/rc.d/snmpd.sh.sample .include +.if ${OSVERSION} >= 400014 +CONFIGURE_ARGS+= --enable-ipv6 +.endif + SHLIB_VERSION= 4 PLIST_SUB+= shlib=${SHLIB_VERSION} -- cgit v1.1