diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-05 11:46:48 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-05 11:46:48 +0000 |
commit | 13c40c380327ca1b3267c7b95ca3fde12e433313 (patch) | |
tree | 8ca42e58d2965bafa4c044c03ea72590225d4093 /databases/p5-Class-DBI-Plugin-RetrieveAll/Makefile | |
parent | 8001f3c6c6e82e0552dfaba8d32c81360e4b0af5 (diff) | |
download | ports-13c40c380327ca1b3267c7b95ca3fde12e433313.tar.gz ports-13c40c380327ca1b3267c7b95ca3fde12e433313.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: maintainer (lth@ via email)
Notes
Notes:
svn path=/head/; revision=298459
Diffstat (limited to 'databases/p5-Class-DBI-Plugin-RetrieveAll/Makefile')
-rw-r--r-- | databases/p5-Class-DBI-Plugin-RetrieveAll/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/p5-Class-DBI-Plugin-RetrieveAll/Makefile b/databases/p5-Class-DBI-Plugin-RetrieveAll/Makefile index b242007990ee..27989b2055a0 100644 --- a/databases/p5-Class-DBI-Plugin-RetrieveAll/Makefile +++ b/databases/p5-Class-DBI-Plugin-RetrieveAll/Makefile @@ -13,7 +13,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= More complex retrieve_all() for Class::DBI -BUILD_DEPENDS= ${SITE_PERL}/Class/DBI.pm:${PORTSDIR}/databases/p5-Class-DBI +BUILD_DEPENDS= p5-Class-DBI>=0:${PORTSDIR}/databases/p5-Class-DBI RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite |