diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-06 23:09:27 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-06 23:09:27 +0000 |
commit | 6048c83a22f5f6bdbcf1786ebb27ec88ff60764d (patch) | |
tree | 76002766901ce979e06aff59776a1e875c5f87b9 /databases/p5-DBD-LDAP | |
parent | 308d0da637675b3d07c3ffbf72ea68eafbd812bb (diff) | |
download | ports-6048c83a22f5f6bdbcf1786ebb27ec88ff60764d.tar.gz ports-6048c83a22f5f6bdbcf1786ebb27ec88ff60764d.zip |
BROKEN: does not compile with perl 5.8
Notes
Notes:
svn path=/head/; revision=100192
Diffstat (limited to 'databases/p5-DBD-LDAP')
-rw-r--r-- | databases/p5-DBD-LDAP/Makefile | 2 |
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 |