aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-RDFStore
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2007-07-03 17:40:49 +0000
committerErwin Lansing <erwin@FreeBSD.org>2007-07-03 17:40:49 +0000
commitcbe69e752d2b2ad4b3c5728c3a058ad4c803b101 (patch)
tree9ca3bd4bcb0c3df6711e5bf68275d2c6bb762d70 /textproc/p5-RDFStore
parenta670ba885b1a26c7b658e62e7e71baa4b1a9064b (diff)
downloadports-cbe69e752d2b2ad4b3c5728c3a058ad4c803b101.tar.gz
ports-cbe69e752d2b2ad4b3c5728c3a058ad4c803b101.zip
Remove 4.x workaround
PR: 113815 Submitted by: erwin Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=194810
Diffstat (limited to 'textproc/p5-RDFStore')
-rw-r--r--textproc/p5-RDFStore/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/textproc/p5-RDFStore/Makefile b/textproc/p5-RDFStore/Makefile
index 2b91199473cf..b349377d1720 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>