diff options
author | edwin <edwin@FreeBSD.org> | 2008-04-14 20:19:02 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2008-04-14 20:19:02 +0800 |
commit | d4a5aaeed37cc40c4c9ca2cec0f806db6c29de5f (patch) | |
tree | 5ce909c11ce5f8d6449746f5f9efa03564478d12 /www/squidpurge | |
parent | ff2020e1a68ab3d7c9b29dc3cec4269211b34229 (diff) | |
download | freebsd-ports-gnome-d4a5aaeed37cc40c4c9ca2cec0f806db6c29de5f.tar.gz freebsd-ports-gnome-d4a5aaeed37cc40c4c9ca2cec0f806db6c29de5f.tar.zst freebsd-ports-gnome-d4a5aaeed37cc40c4c9ca2cec0f806db6c29de5f.zip |
[patch] www/squidpurge doesn't RUN_DEPEND on squid
Despite being a tool to manipulate the squid cache, squidpurge
doesn't depend on Squid being installed to run.
PR: ports/121589
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: maintainer timeout
Diffstat (limited to 'www/squidpurge')
-rw-r--r-- | www/squidpurge/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/squidpurge/Makefile b/www/squidpurge/Makefile index deabc456529b..aa732885c851 100644 --- a/www/squidpurge/Makefile +++ b/www/squidpurge/Makefile @@ -7,7 +7,7 @@ PORTNAME= squidpurge PORTVERSION= 1.17 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= http://www.wa.apana.org.au/~dean/sources/ \ ftp://ftp.wa.apana.org.au/pub/pc/unix/packages/ \ @@ -17,8 +17,6 @@ DISTNAME= purge-20040201-src MAINTAINER= dean@odyssey.apana.org.au COMMENT= Powerful object purging utility for the Squid web proxy cache -RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid - USE_GMAKE= yes WRKSRC= ${WRKDIR}/purge |