aboutsummaryrefslogtreecommitdiff
path: root/dns/powerdns
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-08-31 12:32:29 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-08-31 12:32:29 +0000
commit7ceeb0a2f8277649bbd44fdbb3afcd46bf522038 (patch)
treef466b9f83f3b13c8546157074c6ce4a2554321c3 /dns/powerdns
parentc75e581fef60fba8387e9eceda398272b7e4506d (diff)
downloadports-7ceeb0a2f8277649bbd44fdbb3afcd46bf522038.tar.gz
ports-7ceeb0a2f8277649bbd44fdbb3afcd46bf522038.zip
Notes
Diffstat (limited to 'dns/powerdns')
-rw-r--r--dns/powerdns/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile
index 5515bf40ac8c..a15970b8cacd 100644
--- a/dns/powerdns/Makefile
+++ b/dns/powerdns/Makefile
@@ -75,14 +75,16 @@ describe:
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 500000 && defined(POWERDNS_WITH_RECURSOR)
+.if defined(POWERDNS_WITH_RECURSOR)
+USE_GCC=3.2
CONFIGURE_ARGS+= --enable-recursor
PLIST_SUB+= RECURSOR=""
.else
PLIST_SUB+= RECURSOR="@comment "
.endif
-.if ${OSVERSION} >= 500043 && defined(WITH_LDAP)
+.if defined(WITH_LDAP)
+USE_GCC=3.2
LIB_DEPENDS+= ldap.2:${PORTSDIR}/${LDAP_PORT}
LIB_DEPENDS+= lber.2:${PORTSDIR}/${LDAP_PORT}
CONFIGURE_MODULES+= "ldap"