diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-03-15 08:12:20 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-03-15 08:12:20 +0000 |
commit | 9df46da441b2f987d1628a8de18f5a5ee8f5a27e (patch) | |
tree | 41a5f070d05e4c30095d6a6d7c571cee440e11d8 /www/squidpurge | |
parent | 147e9e7def9e394da301a1f56528a735e49ded91 (diff) | |
download | ports-9df46da441b2f987d1628a8de18f5a5ee8f5a27e.tar.gz ports-9df46da441b2f987d1628a8de18f5a5ee8f5a27e.zip |
- Covert USE_GMAKE, USE_BZIP2, USE_XZ to USES
Notes
Notes:
svn path=/head/; revision=348295
Diffstat (limited to 'www/squidpurge')
-rw-r--r-- | www/squidpurge/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/squidpurge/Makefile b/www/squidpurge/Makefile index 8969b27a84ee..a81dee1aa249 100644 --- a/www/squidpurge/Makefile +++ b/www/squidpurge/Makefile @@ -13,7 +13,7 @@ DISTNAME= purge-20040201-src MAINTAINER= dean@odyssey.apana.org.au COMMENT= Powerful object purging utility for the Squid web proxy cache -USE_GMAKE= yes +USES= gmake WRKSRC= ${WRKDIR}/purge PLIST_FILES= sbin/purge |