diff options
author | gdt <gdt@pkgsrc.org> | 2013-05-14 16:14:55 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2013-05-14 16:14:55 +0000 |
commit | 4ef36c922049f4525eaea3172700e9422de4f8bb (patch) | |
tree | aeaaaafcc3675b7b079ce08adccf0bc702b0b5f6 /mail | |
parent | e5c72dde52db13a89608160baefa29649a59ad0b (diff) | |
download | pkgsrc-4ef36c922049f4525eaea3172700e9422de4f8bb.tar.gz |
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.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Mail-ClamAV/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |