diff options
author | erwin <erwin@FreeBSD.org> | 2007-07-03 17:40:49 +0000 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2007-07-03 17:40:49 +0000 |
commit | 86451496a2ce126ce8ba44f241f5a3e5b152d7a2 (patch) | |
tree | 2af3c77365a0d668e16ef35afebf1524faa92642 /textproc | |
parent | 902808651453d352d06c2b22882350a324bb64e6 (diff) | |
download | FreeBSD-ports-86451496a2ce126ce8ba44f241f5a3e5b152d7a2.zip FreeBSD-ports-86451496a2ce126ce8ba44f241f5a3e5b152d7a2.tar.gz |
Remove 4.x workaround
PR: 113815
Submitted by: erwin
Approved by: maintainer timeout
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-RDFStore/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/textproc/p5-RDFStore/Makefile b/textproc/p5-RDFStore/Makefile index 2b91199..b349377 100644 --- a/textproc/p5-RDFStore/Makefile +++ b/textproc/p5-RDFStore/Makefile @@ -18,7 +18,8 @@ COMMENT= Perl API for RDF Storage BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ ${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest \ ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ - ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable + ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ + ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS= ${BUILD_DEPENDS} USE_BDB= yes @@ -51,10 +52,4 @@ pre-configure: BROKEN= does not compile on ${ARCH} .endif -.if ${PERL_LEVEL} < 500600 -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137 -.else -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI -.endif - .include <bsd.port.post.mk> |