diff options
author | az <az@FreeBSD.org> | 2012-06-03 13:56:20 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-03 13:56:20 +0800 |
commit | 303152e485305692547dd3fe0058dab07ba47201 (patch) | |
tree | 626427fb2e17aec1a059d038698293ff5d9cdc3b /databases/p5-Text-Query-SQL | |
parent | ff5eaf949b324f1d547eed981ccae39a32fe6459 (diff) | |
download | freebsd-ports-gnome-303152e485305692547dd3fe0058dab07ba47201.tar.gz freebsd-ports-gnome-303152e485305692547dd3fe0058dab07ba47201.tar.zst freebsd-ports-gnome-303152e485305692547dd3fe0058dab07ba47201.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: maintainer (tobez@ via IM)
Diffstat (limited to 'databases/p5-Text-Query-SQL')
-rw-r--r-- | databases/p5-Text-Query-SQL/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/p5-Text-Query-SQL/Makefile b/databases/p5-Text-Query-SQL/Makefile index b68705ca769d..79e938e3654a 100644 --- a/databases/p5-Text-Query-SQL/Makefile +++ b/databases/p5-Text-Query-SQL/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Text-Query-SQL provides query builders for SQL databases -BUILD_DEPENDS= ${SITE_PERL}/Text/Query.pm:${PORTSDIR}/textproc/p5-Text-Query +BUILD_DEPENDS= p5-Text-Query>=0:${PORTSDIR}/textproc/p5-Text-Query RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI |