diff options
author | kris <kris@FreeBSD.org> | 2002-05-18 11:11:52 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-05-18 11:11:52 +0800 |
commit | f9f9b9c02fe27b66172dcf99e7bf3629841f8392 (patch) | |
tree | 1a04a1e798aa4c07b6e0ff9f577ee1688cd945d0 /www | |
parent | cd67f8d13cca958e1d256f4d40a5ac6178cccfcf (diff) | |
download | freebsd-ports-graphics-f9f9b9c02fe27b66172dcf99e7bf3629841f8392.tar.gz freebsd-ports-graphics-f9f9b9c02fe27b66172dcf99e7bf3629841f8392.tar.zst freebsd-ports-graphics-f9f9b9c02fe27b66172dcf99e7bf3629841f8392.zip |
BROKEN: Does not install cleanly
Diffstat (limited to 'www')
-rw-r--r-- | www/squidguard/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/squidguard/Makefile b/www/squidguard/Makefile index 7323536f880..23de7057c52 100644 --- a/www/squidguard/Makefile +++ b/www/squidguard/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://ftp.ost.eltele.no/pub/www/proxy/squidGuard/ \ MAINTAINER= ports@tyfon.net +BROKEN= "Does not install cleanly" + BUILD_DEPENDS= ${LOCALBASE}/lib/libdb3.so.2:${PORTSDIR}/databases/db3 RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid24 |