diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/squidguard/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/squidguard/Makefile b/www/squidguard/Makefile index d404f4b7d3e6..4286716135c6 100644 --- a/www/squidguard/Makefile +++ b/www/squidguard/Makefile @@ -2,7 +2,7 @@ PORTNAME= squidGuard PORTVERSION= 1.4 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= www MASTER_SITES= http://www.squidguard.org/Downloads/:a \ http://www.squidguard.org/Downloads/Contrib/:b @@ -17,7 +17,7 @@ COMMENT= Fast redirector for squid LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid33 +RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid USE_BDB= yes GNU_CONFIGURE= yes |