diff options
author | tron <tron@pkgsrc.org> | 2013-06-07 12:28:39 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2013-06-07 12:28:39 +0000 |
commit | 4a98be22c3ae3789e75bda2e4b2be97ba8150614 (patch) | |
tree | bc5b819f8b842212f2c5415311462604ebc2e0d4 /www/squid3 | |
parent | 439577dce15a4faa51aeae6a43cbfb66c0252e88 (diff) | |
download | pkgsrc-4a98be22c3ae3789e75bda2e4b2be97ba8150614.tar.gz |
Make Perl a run-time dependence because multiple scripts included in this
package use it.
Diffstat (limited to 'www/squid3')
-rw-r--r-- | www/squid3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/squid3/Makefile b/www/squid3/Makefile index c76b6142a3b..d87ee64e932 100644 --- a/www/squid3/Makefile +++ b/www/squid3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2013/06/04 15:16:42 tron Exp $ +# $NetBSD: Makefile,v 1.13 2013/06/07 12:28:39 tron Exp $ DISTNAME= squid-3.3.5 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= www MASTER_SITES= http://www.squid-cache.org/Versions/v3/${PKGVERSION_NOREV:R}/ \ ${SQUID_MASTER_SITES} @@ -13,7 +13,7 @@ COMMENT= Post-Harvest_cached WWW proxy cache and accelerator LICENSE= gnu-gpl-v2 USE_LANGUAGES= c c++ -USE_TOOLS+= perl gmake +USE_TOOLS+= perl:run gmake GNU_CONFIGURE= yes .include "../../www/squid/Makefile.squid" |