diff options
author | az <az@FreeBSD.org> | 2012-06-30 22:31:06 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-30 22:31:06 +0800 |
commit | b05a8fe37751aa289876d113a2ba1f68df128404 (patch) | |
tree | 82df877ced8c43f668f1f534fcdffaef4f3542ef /www/asql | |
parent | 52c562f5731f34c841ec53731465932b1b386bc1 (diff) | |
download | freebsd-ports-gnome-b05a8fe37751aa289876d113a2ba1f68df128404.tar.gz freebsd-ports-gnome-b05a8fe37751aa289876d113a2ba1f68df128404.tar.zst freebsd-ports-gnome-b05a8fe37751aa289876d113a2ba1f68df128404.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'www/asql')
-rw-r--r-- | www/asql/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/asql/Makefile b/www/asql/Makefile index 12b5064402e5..11a5ddb73bc5 100644 --- a/www/asql/Makefile +++ b/www/asql/Makefile @@ -14,9 +14,9 @@ MASTER_SITES= http://www.steve.org.uk/Software/asql/ \ MAINTAINER= cs@FreeBSD.org COMMENT= Query Apache logfiles via SQL -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite \ - ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ - ${SITE_PERL}/Term/ReadLine/Perl.pm:${PORTSDIR}/devel/p5-ReadLine-Perl +RUN_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \ + p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ + p5-ReadLine-Perl>=0:${PORTSDIR}/devel/p5-ReadLine-Perl NO_BUILD= yes PLIST_FILES= bin/asql |