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.
This commit is contained in:
sthen 2008-05-23 14:32:08 +00:00
parent 55ed8e1d9a
commit acb9afadd0

View File

@ -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 COMMENT= true web content filtering for all
DISTNAME= dansguardian-2.9.8.5 DISTNAME= dansguardian-2.9.8.5
PKGNAME= ${DISTNAME}p2 PKGNAME= ${DISTNAME}p3
CATEGORIES= www net CATEGORIES= www net
HOMEPAGE= http://www.dansguardian.org/ HOMEPAGE= http://www.dansguardian.org/
MAINTAINER= Bartosz Kuzma <bartosz.kuzma@gmail.com> MAINTAINER= Bartosz Kuzma <bartosz.kuzma@gmail.com>
# GPL # GPLv2+
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_CDROM= Yes
@ -33,7 +33,7 @@ FLAVORS=clamav
FLAVOR?= FLAVOR?=
.if ${FLAVOR:L:Mclamav} .if ${FLAVOR:L:Mclamav}
WANTLIB+= bz2 crypto curl gmp iconv idn pthread ssl WANTLIB+= bz2 gmp iconv pthread
LIB_DEPENDS+= clamav.>=1::security/clamav LIB_DEPENDS+= clamav.>=1::security/clamav
CONFIGURE_ARGS+=--enable-clamav CONFIGURE_ARGS+=--enable-clamav
.endif .endif