From 983264f857b1a150ac981a24a173b42cc057a0bc Mon Sep 17 00:00:00 2001 From: jase Date: Tue, 17 Jul 2012 23:49:20 +0000 Subject: - Fix LARGEFILE option typo that resulted in largefile support being constantly disabled. PR: ports/169952 Spotted by: Jaap Akkerhuis (maintainer) Approved by: flo (mentor) --- dns/nsd/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dns') 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 -- cgit