diff options
author | erwin <erwin@FreeBSD.org> | 2007-06-15 23:47:20 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2007-06-15 23:47:20 +0800 |
commit | fef1afdb7a1ef7534a05645fe3a347c0c2154f2d (patch) | |
tree | 3757f8ace07be14f34f561636047e70ea9d75e25 /databases | |
parent | 55a969beddde1f96ba089869066cf23981234af9 (diff) | |
download | freebsd-ports-gnome-fef1afdb7a1ef7534a05645fe3a347c0c2154f2d.tar.gz freebsd-ports-gnome-fef1afdb7a1ef7534a05645fe3a347c0c2154f2d.tar.zst freebsd-ports-gnome-fef1afdb7a1ef7534a05645fe3a347c0c2154f2d.zip |
Remove 4.x workaround
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBIWrapper/Makefile | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/databases/p5-DBIWrapper/Makefile b/databases/p5-DBIWrapper/Makefile index ff5397770ac5..18a5cd5bef19 100644 --- a/databases/p5-DBIWrapper/Makefile +++ b/databases/p5-DBIWrapper/Makefile @@ -17,21 +17,12 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for generic DBI database access BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \ - ${SITE_PERL}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX + ${SITE_PERL}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX \ + ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= DBIWrapper.3 DBIWrapper::ResultSet.3 DBIWrapper::XMLParser.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> |