aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-07 07:09:27 +0800
committerkris <kris@FreeBSD.org>2004-02-07 07:09:27 +0800
commit489767ea10a6ddfc133366261b87cc208d444471 (patch)
tree4aa4da3a3b70e2916950c7e3e91200f1810a3282 /databases
parent3b32632af8cecb8f8a70dddf1d867cbafb922d70 (diff)
downloadfreebsd-ports-gnome-489767ea10a6ddfc133366261b87cc208d444471.tar.gz
freebsd-ports-gnome-489767ea10a6ddfc133366261b87cc208d444471.tar.zst
freebsd-ports-gnome-489767ea10a6ddfc133366261b87cc208d444471.zip
BROKEN: does not compile with perl 5.8
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-DBD-LDAP/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/p5-DBD-LDAP/Makefile b/databases/p5-DBD-LDAP/Makefile
index 726f546a6e22..2621a05e67f2 100644
--- a/databases/p5-DBD-LDAP/Makefile
+++ b/databases/p5-DBD-LDAP/Makefile
@@ -27,6 +27,8 @@ MAN3= DBD::LDAP.3
.if ${PERL_LEVEL} < 500600
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137
+.elif ${PERL_LEVEL} >= 500800
+BROKEN= "Does not compile"
.else
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI