diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-06-09 03:24:49 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-06-09 03:24:49 +0000 |
commit | 0690c66330fad882778bbfb32509a04611d2577b (patch) | |
tree | ed271d864b366b5b2b8e2b1c30e1bca466e38fbf /databases/p5-DBD-RAM | |
parent | BROKEN: Broken pkg-plist (again - it looks like mpeginfo is only built (diff) |
BROKEN with perl < 5.6: does not build
Notes
Notes:
svn path=/head/; revision=111120
Diffstat (limited to 'databases/p5-DBD-RAM')
-rw-r--r-- | databases/p5-DBD-RAM/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/p5-DBD-RAM/Makefile b/databases/p5-DBD-RAM/Makefile index bb09bb3bf7a4..83362dcf82b7 100644 --- a/databases/p5-DBD-RAM/Makefile +++ b/databases/p5-DBD-RAM/Makefile @@ -28,6 +28,7 @@ MAN3= DBD::RAM.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= "Does not build with perl < 5.6" .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 |