diff -ruN --exclude=CVS ../nsd.orig/Makefile ./Makefile --- ../nsd.orig/Makefile 2012-07-17 23:40:29.957491333 +0200 +++ ./Makefile 2012-07-17 23:59:37.906756823 +0200 @@ -7,6 +7,7 @@ PORTNAME= nsd PORTVERSION= 3.2.11 +PORTREVISION= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \ ftp://ftp.rhnet.is/pub/nsd/ @@ -55,6 +56,7 @@ ROOT_SERVER_DESC= Configure as a root server LARGEFILE_DESC= Largefile support +IPV6_DESC= IPv6 Support BIND8_STATS_DESC= BIND8-like NSTATS & XSTATS ZONE_STATS_DESC= Per-zone BIND8 stats CHECKING_DESC= Internal run-time checks @@ -70,7 +72,7 @@ CONFIGURE_ARGS+= --enable-root-server .endif -.if empty(PORT_OPTIONS:MLARGFILE) +.if empty(PORT_OPTIONS:MLARGEFILE) CONFIGURE_ARGS+= --disable-largefile .endif