From b05a8fe37751aa289876d113a2ba1f68df128404 Mon Sep 17 00:00:00 2001 From: az Date: Sat, 30 Jun 2012 14:31:06 +0000 Subject: - Remove SITE_PERL from *_DEPENDS Approved by: portmgr@ (bapt@) --- www/asql/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www/asql') 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 -- cgit