diff options
-rw-r--r-- | misc/instant-server/Makefile | 2 | ||||
-rw-r--r-- | www/squidguard/Makefile | 2 | ||||
-rw-r--r-- | www/squirm/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/misc/instant-server/Makefile b/misc/instant-server/Makefile index dc0196b0c1f..55438b85ba9 100644 --- a/misc/instant-server/Makefile +++ b/misc/instant-server/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/postfix:${PORTSDIR}/mail/postfix \ ${LOCALBASE}/sbin/traceroute:${PORTSDIR}/net/traceroute \ cnewsdo:${PORTSDIR}/news/cnews \ ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache13 \ - ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid23 + ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid24 # Don't let stupid programs ask for configuration. 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 \ diff --git a/www/squirm/Makefile b/www/squirm/Makefile index d018729b661..565bcc6970b 100644 --- a/www/squirm/Makefile +++ b/www/squirm/Makefile @@ -14,7 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= sobomax@FreeBSD.org -RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid23 +RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid24 NO_PACKAGE= must set SQUID_UID and SQUID_GID before building |