From acb9afadd02efe91749ed392b18e8db05f0238f0 Mon Sep 17 00:00:00 2001 From: sthen Date: Fri, 23 May 2008 14:32:08 +0000 Subject: [PATCH] remove curl-related dependencies from WANTLIB for the clamav flavour and bump; clamav used to pull in curl but it was removed some time ago, resulting in broken dansguardian,-clamav packages. thanks to qgiovanni at gmail dot com for pointing these out. update license marker while there. --- www/dansguardian/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/www/dansguardian/Makefile b/www/dansguardian/Makefile index 10b5e7d5e17..3674667f0fb 100644 --- a/www/dansguardian/Makefile +++ b/www/dansguardian/Makefile @@ -1,15 +1,15 @@ -# $OpenBSD: Makefile,v 1.6 2008/04/21 18:32:06 mbalmer Exp $ +# $OpenBSD: Makefile,v 1.7 2008/05/23 14:32:08 sthen Exp $ COMMENT= true web content filtering for all DISTNAME= dansguardian-2.9.8.5 -PKGNAME= ${DISTNAME}p2 +PKGNAME= ${DISTNAME}p3 CATEGORIES= www net HOMEPAGE= http://www.dansguardian.org/ MAINTAINER= Bartosz Kuzma -# GPL +# GPLv2+ PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes @@ -33,7 +33,7 @@ FLAVORS=clamav FLAVOR?= .if ${FLAVOR:L:Mclamav} -WANTLIB+= bz2 crypto curl gmp iconv idn pthread ssl +WANTLIB+= bz2 gmp iconv pthread LIB_DEPENDS+= clamav.>=1::security/clamav CONFIGURE_ARGS+=--enable-clamav .endif