diff options
author | schmonz <schmonz@pkgsrc.org> | 2007-05-27 18:42:54 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2007-05-27 18:42:54 +0000 |
commit | 63d8283ff0d08c73d0f65572ec5c82a5f93937b7 (patch) | |
tree | 1d419b20babe82d778ac481340696962d5ce8d56 /mail/qmail | |
parent | bb9a78e1f11893478f65754274806bc36eeac3fc (diff) | |
download | pkgsrc-63d8283ff0d08c73d0f65572ec5c82a5f93937b7.tar.gz |
Move recipient-checking options into a PKG_OPTIONS_GROUP, as no two
of them apply together cleanly (and thus no PKGREVISION bump). Idea
from wiz.
Diffstat (limited to 'mail/qmail')
-rw-r--r-- | mail/qmail/options.mk | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/mail/qmail/options.mk b/mail/qmail/options.mk index eefe4a2d0c1..94cba1c44c3 100644 --- a/mail/qmail/options.mk +++ b/mail/qmail/options.mk @@ -1,9 +1,10 @@ -# $NetBSD: options.mk,v 1.27 2007/04/12 03:42:21 schmonz Exp $ +# $NetBSD: options.mk,v 1.28 2007/05/27 18:42:54 schmonz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.qmail -PKG_SUPPORTED_OPTIONS+= darwin sasl syncdir tls qmail-badrcptto qmail-bigdns -PKG_SUPPORTED_OPTIONS+= qmail-netqmail qmail-outgoingip qmail-qregex -PKG_SUPPORTED_OPTIONS+= qmail-realrcptto qmail-viruscan +PKG_OPTIONS_OPTIONAL_GROUPS= rcpt +PKG_OPTIONS_GROUP.rcpt= qmail-badrcptto qmail-qregex qmail-realrcptto +PKG_SUPPORTED_OPTIONS+= darwin sasl syncdir tls qmail-bigdns qmail-netqmail +PKG_SUPPORTED_OPTIONS+= qmail-outgoingip qmail-viruscan .if ${OPSYS} == "Darwin" PKG_SUGGESTED_OPTIONS+= darwin |