diff options
author | Jean Milanez Melo <jmelo@FreeBSD.org> | 2006-05-12 14:58:35 +0000 |
---|---|---|
committer | Jean Milanez Melo <jmelo@FreeBSD.org> | 2006-05-12 14:58:35 +0000 |
commit | 2dbf6950dd9e7099f11269e747aee107dc124db6 (patch) | |
tree | eae4bad79662a7d80a169360790e1f0e50a9fe89 /dns/pdnsd | |
parent | f24dffda8261b4e16ed7940e866c5a594c0f766b (diff) | |
download | ports-2dbf6950dd9e7099f11269e747aee107dc124db6.tar.gz ports-2dbf6950dd9e7099f11269e747aee107dc124db6.zip |
Notes
Diffstat (limited to 'dns/pdnsd')
-rw-r--r-- | dns/pdnsd/Makefile | 4 |
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 |