diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-05-18 03:11:52 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-05-18 03:11:52 +0000 |
commit | ddb2bd5504ff4c7467467c80d66b4859ecfe63f1 (patch) | |
tree | 740c85397e74500a7981db91ed84e61f7891e856 | |
parent | BROKEN: Does not fetch (diff) |
BROKEN: Does not install cleanly
Notes
Notes:
svn path=/head/; revision=59388
Diffstat (limited to '')
-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 7323536f880b..23de7057c526 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 |