summaryrefslogtreecommitdiff
path: root/dns
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
parentUpgrade misc/pointless to version 0.4 (diff)
- Support POWERDNS_WITH_RECURSOR in STABLE
- Support WITH_LDAP in STABLE
Notes
Notes: svn path=/head/; revision=88194
Diffstat (limited to 'dns')
-rw-r--r--dns/powerdns-devel/Makefile6
-rw-r--r--dns/powerdns/Makefile6
2 files changed, 8 insertions, 4 deletions
diff --git a/dns/powerdns-devel/Makefile b/dns/powerdns-devel/Makefile
index 5515bf40ac8c..a15970b8cacd 100644
--- a/dns/powerdns-devel/Makefile
+++ b/dns/powerdns-devel/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"
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"