aboutsummaryrefslogtreecommitdiff
path: root/dns/pdnsd
diff options
context:
space:
mode:
authorJean Milanez Melo <jmelo@FreeBSD.org>2006-05-12 14:58:35 +0000
committerJean Milanez Melo <jmelo@FreeBSD.org>2006-05-12 14:58:35 +0000
commit2dbf6950dd9e7099f11269e747aee107dc124db6 (patch)
treeeae4bad79662a7d80a169360790e1f0e50a9fe89 /dns/pdnsd
parentf24dffda8261b4e16ed7940e866c5a594c0f766b (diff)
downloadports-2dbf6950dd9e7099f11269e747aee107dc124db6.tar.gz
ports-2dbf6950dd9e7099f11269e747aee107dc124db6.zip
Notes
Diffstat (limited to 'dns/pdnsd')
-rw-r--r--dns/pdnsd/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/dns/pdnsd/Makefile b/dns/pdnsd/Makefile
index 56e49cec13b8..ae97fd62b864 100644
--- a/dns/pdnsd/Makefile
+++ b/dns/pdnsd/Makefile
@@ -7,6 +7,7 @@
PORTNAME= pdnsd
PORTVERSION= 1.2.4
+PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= http://www.phys.uu.nl/~rombouts/pdnsd/releases/
DISTNAME= ${PORTNAME}-${PORTVERSION}-par
@@ -16,7 +17,8 @@ COMMENT= Caching (permanently, writes to disk on exit) DNS proxy-server
GNU_CONFIGURE= yes
USE_GMAKE= yes
-CONFIGURE_ARGS= --with-cachedir=${PDNSDB}
+CONFIGURE_ARGS= --with-cachedir=${PDNSDB} \
+ --disable-src-addr-disc
OPTIONS= IPV6 "Enable IPv6 support" on