diff options
author | erwin <erwin@FreeBSD.org> | 2007-07-04 01:09:26 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2007-07-04 01:09:26 +0800 |
commit | 1627e96e29f4c29acb75e99fe05c75f3f809b0e6 (patch) | |
tree | 042362ed537e8fef5cdb2d840e0913fd0c65d09f /databases | |
parent | abbaad981c87ae3aed58986f9723db11dc965a83 (diff) | |
download | freebsd-ports-graphics-1627e96e29f4c29acb75e99fe05c75f3f809b0e6.tar.gz freebsd-ports-graphics-1627e96e29f4c29acb75e99fe05c75f3f809b0e6.tar.zst freebsd-ports-graphics-1627e96e29f4c29acb75e99fe05c75f3f809b0e6.zip |
Remove 4.x workaround
PR: 113810
Submitted by: erwin
Approved by: maintainer timeout
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-sqlrelay/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/databases/p5-sqlrelay/Makefile b/databases/p5-sqlrelay/Makefile index c1ba508fff5..4e1d8156bc2 100644 --- a/databases/p5-sqlrelay/Makefile +++ b/databases/p5-sqlrelay/Makefile @@ -16,6 +16,8 @@ DISTFILES= # none MAINTAINER= demon@FreeBSD.org COMMENT= Perl5 modules to access to SQL Relay, including a DBD interface +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI EXTRACT_DEPENDS= ${NONEXISTENT}:${SQLRELAY_PORTDIR}:patch LIB_DEPENDS= sqlrclient.0:${SQLRELAY_PORTDIR} @@ -65,12 +67,4 @@ do-install: BROKEN= "Does not build" .endif -.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> |