diff options
author | Adrian Chadd <adrian@FreeBSD.org> | 2001-10-05 14:40:23 +0000 |
---|---|---|
committer | Adrian Chadd <adrian@FreeBSD.org> | 2001-10-05 14:40:23 +0000 |
commit | 1a33f2c3ebb88d2e229aa59ce7232fd7530d83ec (patch) | |
tree | f7f50e5b637aaa9fbb868bfb491301d847082a4f /www | |
parent | Fix a typo in BIN_DIRECTORY that prevented exim-monitor from finding (diff) |
Change the ports that relied on squid23 to rely on squid24.
I should have checked this first. :(
PR: 31050
Submitted by: des
Notes
Notes:
svn path=/head/; revision=48474
Diffstat (limited to 'www')
-rw-r--r-- | www/squidguard/Makefile | 2 | ||||
-rw-r--r-- | www/squirm/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/squidguard/Makefile b/www/squidguard/Makefile index a8dbbef9c949..c798b458012b 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 d018729b661b..565bcc6970b2 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 |