diff options
author | erwin <erwin@FreeBSD.org> | 2007-06-16 17:35:33 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2007-06-16 17:35:33 +0800 |
commit | 257bf0a41c203bdaf2d3fc5afef05f77c0a595e8 (patch) | |
tree | 28d0f1d9b8e829253b090187234f4eb74c1e8927 /databases | |
parent | a38a5adabf033d647fa901414b913549965e2976 (diff) | |
download | freebsd-ports-gnome-257bf0a41c203bdaf2d3fc5afef05f77c0a595e8.tar.gz freebsd-ports-gnome-257bf0a41c203bdaf2d3fc5afef05f77c0a595e8.tar.zst freebsd-ports-gnome-257bf0a41c203bdaf2d3fc5afef05f77c0a595e8.zip |
Remove 4.x workaround
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-ResourcePool-Resource-DBI/Makefile | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/databases/p5-ResourcePool-Resource-DBI/Makefile b/databases/p5-ResourcePool-Resource-DBI/Makefile index a62ef8514d70..88617d568578 100644 --- a/databases/p5-ResourcePool-Resource-DBI/Makefile +++ b/databases/p5-ResourcePool-Resource-DBI/Makefile @@ -16,7 +16,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= erwin@FreeBSD.org COMMENT= ResourcePool::Resource::DBI - A ResourcePool wrapper for DBI -BUILD_DEPENDS= ${SITE_PERL}/ResourcePool.pm:${PORTSDIR}/devel/p5-ResourcePool +BUILD_DEPENDS= ${SITE_PERL}/ResourcePool.pm:${PORTSDIR}/devel/p5-ResourcePool \ + ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes @@ -25,14 +26,4 @@ MAN3= ResourcePool::Resource::DBI.3 ResourcePool::Factory::DBI.3 \ ResourcePool::Command::DBI::Execute.3 ResourcePool::Command::DBI::Select.3 \ ResourcePool::Command::DBI::SelectRow.3 -.include <bsd.port.pre.mk> - -.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 -.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 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |