summaryrefslogtreecommitdiff
path: root/security/dnssec-tools
diff options
context:
space:
mode:
authorpettai <pettai>2010-07-23 08:42:05 +0000
committerpettai <pettai>2010-07-23 08:42:05 +0000
commitca17c16724aa4a66c89420beb6a4afeed90f383c (patch)
treed4dbc61bcae8c56c79894a80069ac2070003571e /security/dnssec-tools
parentaff6137466d20998a63c28d5e18a07c33b0972ed (diff)
downloadpkgsrc-ca17c16724aa4a66c89420beb6a4afeed90f383c.tar.gz
Added the correct NSEC3 option
Diffstat (limited to 'security/dnssec-tools')
-rw-r--r--security/dnssec-tools/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/dnssec-tools/Makefile b/security/dnssec-tools/Makefile
index 837fb705b46..144c0ff94ec 100644
--- a/security/dnssec-tools/Makefile
+++ b/security/dnssec-tools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2010/07/22 21:08:26 pettai Exp $
+# $NetBSD: Makefile,v 1.2 2010/07/23 08:42:05 pettai Exp $
#
DISTNAME= dnssec-tools-1.7
@@ -34,7 +34,7 @@ PERL5_PACKLIST+= auto/convertar/.packlist
PERL5_PACKLIST+= auto/dnssec-tools/.packlist
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --enable-nsec3
+CONFIGURE_ARGS+= --with-nsec3
CONFIGURE_ARGS+= --with-resolv-conf=${PKG_SYSCONFDIR}/dnssec-tools/resolv.conf
CONFIGURE_ARGS+= --with-root-hints=${PKG_SYSCONFDIR}/dnssec-tools/root.hints
CONFIGURE_ARGS+= --with-perl-build-args="INSTALLDIRS=vendor DESTDIR=${DESTDIR}"