diff options
Diffstat (limited to 'mail/qmail')
-rw-r--r-- | mail/qmail/options.mk | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/mail/qmail/options.mk b/mail/qmail/options.mk index 6379f781e7a..ee2300194b4 100644 --- a/mail/qmail/options.mk +++ b/mail/qmail/options.mk @@ -1,13 +1,9 @@ -# $NetBSD: options.mk,v 1.7 2005/01/26 03:48:21 schmonz Exp $ +# $NetBSD: options.mk,v 1.8 2005/03/23 01:48:06 schmonz Exp $ .if ${OPSYS} == "Darwin" PKG_DEFAULT_OPTIONS+= darwin .endif -.if ${OPSYS} == "Linux" -PKG_DEFAULT_OPTIONS+= netqmail # for the errno patches -.endif - PKG_OPTIONS_VAR= PKG_OPTIONS.qmail PKG_SUPPORTED_OPTIONS= badrcptto bigdns darwin nullenvsender netqmail PKG_SUPPORTED_OPTIONS+= outgoingip qregex realrcptto sasl syncdir tls viruscan |