diff options
author | sborrill <sborrill@pkgsrc.org> | 2008-10-04 12:33:41 +0000 |
---|---|---|
committer | sborrill <sborrill@pkgsrc.org> | 2008-10-04 12:33:41 +0000 |
commit | cd4946e190c9f62434f110c8a6015aee3bb0d14b (patch) | |
tree | 2e50ff74b3bba0d8e995544333afafbff7d153ed | |
parent | 72de1896d713aac974dc63d284ce37ca3dbfcc6e (diff) | |
download | pkgsrc-cd4946e190c9f62434f110c8a6015aee3bb0d14b.tar.gz |
Dansguardian doesn't actually require squid at all (and it certainly isn't
safe to tie it to one specific version), so remove the dependency.
Dansguardian will work with any upstream web proxy; it requires a parent
proxy for the actual fetching, but we don't need to dictate which one.
-rw-r--r-- | www/dansguardian/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/dansguardian/Makefile b/www/dansguardian/Makefile index 0b1772def7f..8986e83ab0c 100644 --- a/www/dansguardian/Makefile +++ b/www/dansguardian/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2008/10/04 12:23:57 gdt Exp $ +# $NetBSD: Makefile,v 1.6 2008/10/04 12:33:41 sborrill Exp $ DISTNAME= dansguardian-2.8.0.6.source PKGNAME= dansguardian-2.8.0.6 @@ -49,8 +49,6 @@ OWN_DIRS+= ${VARBASE}/log/dansguardian OWN_DIRS_PERMS+= ${VARBASE}/log/dansguardian \ ${DANSGUARDIAN_USER} ${DANSGUARDIAN_GROUP} 0755 -DEPENDS+= squid>=2.5:../../www/squid26 - .for f in logrotation pics transparent1x1.gif \ dansguardian.conf \ dansguardianf1.conf \ |