From e15f1f7cb6c12ede33f9b7ad54b697b0c2b0f69f Mon Sep 17 00:00:00 2001 From: gdt Date: Tue, 14 May 2013 16:14:55 +0000 Subject: Stop using PKG_OPTIONS.clamav as the options variable. In 2005, this package started using PKG_OPTIONS.clamav instead of the expected PKG_OPTIONS.p5-Mail-ClamAV, on the theory that the options were the same. Now, clamav supports "milter" and "clamav-experimental", and p5- supports "curl". So there's no way to build this package with the curl option, and no way to build this package if clamav has any options set. Therefore, the change being committed will not bother anyone :-) Nevertheless, bump PKGREVISION. --- mail/p5-Mail-ClamAV/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mail/p5-Mail-ClamAV') diff --git a/mail/p5-Mail-ClamAV/Makefile b/mail/p5-Mail-ClamAV/Makefile index ffeb0b7a91c..88d08a5bb00 100644 --- a/mail/p5-Mail-ClamAV/Makefile +++ b/mail/p5-Mail-ClamAV/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.37 2013/02/06 23:22:47 jperkin Exp $ +# $NetBSD: Makefile,v 1.38 2013/05/14 16:14:55 gdt Exp $ DISTNAME= Mail-ClamAV-0.29 PKGNAME= p5-${DISTNAME} -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} @@ -19,7 +19,7 @@ BUILDLINK_API_DEPENDS.clamav+= clamav>=0.95.1 PERL5_PACKLIST= auto/Mail/ClamAV/.packlist PTHREAD_OPTS+= require -PKG_OPTIONS_VAR= PKG_OPTIONS.clamav +PKG_OPTIONS_VAR= PKG_OPTIONS.p5-Mail-ClamAV PKG_SUPPORTED_OPTIONS= curl PKG_SUGGESTED_OPTIONS= curl -- cgit v1.2.3