diff options
author | kris <kris@FreeBSD.org> | 2005-05-22 01:43:06 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-05-22 01:43:06 +0800 |
commit | af19278262d3f0dafd1ad5dc43ea419e0c950b18 (patch) | |
tree | 3877c5cc705609fa150a2502750ced111c912023 /databases/p5-DBD-LDAP | |
parent | 16bf67d17921caa8d08f64cb74ea77c2ea4f527c (diff) | |
download | freebsd-ports-gnome-af19278262d3f0dafd1ad5dc43ea419e0c950b18.tar.gz freebsd-ports-gnome-af19278262d3f0dafd1ad5dc43ea419e0c950b18.tar.zst freebsd-ports-gnome-af19278262d3f0dafd1ad5dc43ea419e0c950b18.zip |
BROKEN with old perl: Incomplete pkg-plist
Diffstat (limited to 'databases/p5-DBD-LDAP')
-rw-r--r-- | databases/p5-DBD-LDAP/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/p5-DBD-LDAP/Makefile b/databases/p5-DBD-LDAP/Makefile index 46212117e794..6ba30f057cf5 100644 --- a/databases/p5-DBD-LDAP/Makefile +++ b/databases/p5-DBD-LDAP/Makefile @@ -27,6 +27,7 @@ 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 +BROKEN= "Incomplete pkg-plist" .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 |