aboutsummaryrefslogtreecommitdiffstats
path: root/dns/powerdns/Makefile
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-05-11 15:36:26 +0800
committerdinoex <dinoex@FreeBSD.org>2003-05-11 15:36:26 +0800
commit58ae6309f95afad1d6c44e1a46dca6d205ccf53e (patch)
treeb9bb57956d79949bc44691889b550421fd99f947 /dns/powerdns/Makefile
parent867c5d13e69104f4b1eeee15b9b42b37fb0dd1cd (diff)
downloadfreebsd-ports-gnome-58ae6309f95afad1d6c44e1a46dca6d205ccf53e.tar.gz
freebsd-ports-gnome-58ae6309f95afad1d6c44e1a46dca6d205ccf53e.tar.zst
freebsd-ports-gnome-58ae6309f95afad1d6c44e1a46dca6d205ccf53e.zip
- update to 2.9.8
- recursor defaults off, Option POWERDNS_WITH_RECURSOR
Diffstat (limited to 'dns/powerdns/Makefile')
-rw-r--r--dns/powerdns/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile
index 4176ffac5787..c5bb4d4c00de 100644
--- a/dns/powerdns/Makefile
+++ b/dns/powerdns/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= powerdns
-PORTVERSION= 2.9.6
+PORTVERSION= 2.9.8
CATEGORIES= net ipv6
MASTER_SITES= http://downloads.powerdns.com/releases/
DISTNAME= pdns-${PORTVERSION}
@@ -99,7 +99,7 @@ post-patch:
${WRKSRC}/pdns/Makefile.in
.endif
-.if ${OSVERSION} >= 500043 && ${MACHINE_ARCH} == "i386"
+.if defined(POWERDNS_WITH_RECURSOR)
CONFIGURE_ARGS+= --enable-recursor
PLIST_SUB+= RECURSOR=""
.else