diff options
author | adrian <adrian@FreeBSD.org> | 2001-10-05 22:40:23 +0800 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2001-10-05 22:40:23 +0800 |
commit | a7a2169a37ddc94d4fda49354b55608096f0dff5 (patch) | |
tree | e3a5144b980e6ccb277f6160398921d3aa63edc3 /www/squidguard | |
parent | ac48f5b258b35e8d9dd66fa7ed918c6604f7650a (diff) | |
download | freebsd-ports-graphics-a7a2169a37ddc94d4fda49354b55608096f0dff5.tar.gz freebsd-ports-graphics-a7a2169a37ddc94d4fda49354b55608096f0dff5.tar.zst freebsd-ports-graphics-a7a2169a37ddc94d4fda49354b55608096f0dff5.zip |
Change the ports that relied on squid23 to rely on squid24.
I should have checked this first. :(
PR: 31050
Submitted by: des
Diffstat (limited to 'www/squidguard')
-rw-r--r-- | www/squidguard/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/squidguard/Makefile b/www/squidguard/Makefile index a8dbbef9c94..c798b458012 100644 --- a/www/squidguard/Makefile +++ b/www/squidguard/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://ftp.ost.eltele.no/pub/www/proxy/squidGuard/ \ MAINTAINER= ports@tyfon.net BUILD_DEPENDS= ${LOCALBASE}/lib/libdb2.a:${PORTSDIR}/databases/db -RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid23 +RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid24 HAS_CONFIGURE= yes CONFIGURE_ARGS= --with-db-inc=${PREFIX}/include/db2 \ |