diff options
author | jmelo <jmelo@FreeBSD.org> | 2006-05-12 22:58:35 +0800 |
---|---|---|
committer | jmelo <jmelo@FreeBSD.org> | 2006-05-12 22:58:35 +0800 |
commit | 14c478f739bf0920dc3fc4d1b12e06e054d9ab5b (patch) | |
tree | c4f1d299ebc3a9eac444a60d13a6104841effd37 /dns/pdnsd | |
parent | d451fdd3de421380385466a5d0aae777ab16c0fd (diff) | |
download | freebsd-ports-gnome-14c478f739bf0920dc3fc4d1b12e06e054d9ab5b.tar.gz freebsd-ports-gnome-14c478f739bf0920dc3fc4d1b12e06e054d9ab5b.tar.zst freebsd-ports-gnome-14c478f739bf0920dc3fc4d1b12e06e054d9ab5b.zip |
- Add extra configure option for proper working.
- Bump PORTREVISION.
PR: ports/97107
Submitted by: Gabor Kovesdan <gkovesdan@t-hosting.hu> (maintainer)
Approved by: mnag (mentor)
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 |