aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authorJase Thew <jase@FreeBSD.org>2012-07-18 07:49:20 +0800
committerJase Thew <jase@FreeBSD.org>2012-07-18 07:49:20 +0800
commit6c3f98ad342801b2d6b0e6980eee5754a50b7935 (patch)
treee38f12c2b3cf5f416d2ce5d4e9e4e52a198e5fbf /dns
parent4bb448ca1193f36fe509b68f88ee0b7198773c96 (diff)
downloadfreebsd-ports-gnome-6c3f98ad342801b2d6b0e6980eee5754a50b7935.tar.gz
freebsd-ports-gnome-6c3f98ad342801b2d6b0e6980eee5754a50b7935.tar.zst
freebsd-ports-gnome-6c3f98ad342801b2d6b0e6980eee5754a50b7935.zip
- Fix LARGEFILE option typo that resulted in largefile support being
constantly disabled. PR: ports/169952 Spotted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) Approved by: flo (mentor)
Diffstat (limited to 'dns')
-rw-r--r--dns/nsd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/nsd/Makefile b/dns/nsd/Makefile
index 33f316aebf6c..b923c0e19995 100644
--- a/dns/nsd/Makefile
+++ b/dns/nsd/Makefile
@@ -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/
@@ -70,7 +71,7 @@ MAXIPS_DESC= Raise max-ips from 8 to ${NSDMAX_IPS}
CONFIGURE_ARGS+= --enable-root-server
.endif
-.if empty(PORT_OPTIONS:MLARGFILE)
+.if empty(PORT_OPTIONS:MLARGEFILE)
CONFIGURE_ARGS+= --disable-largefile
.endif