summaryrefslogtreecommitdiff
path: root/mail/qmail
diff options
context:
space:
mode:
authordillo <dillo>2005-05-31 10:01:36 +0000
committerdillo <dillo>2005-05-31 10:01:36 +0000
commit3d75323aa5391188ab027b2688faacf8286ace0c (patch)
tree54f5cc64fe8b06d4695748b3d5b9967e8c030117 /mail/qmail
parent12f654f60a47071640b457d59c5edb54b8757615 (diff)
downloadpkgsrc-3d75323aa5391188ab027b2688faacf8286ace0c.tar.gz
Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a
user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also, make use of PKG_OPTIONS_LEGACY_VARS. Reviewed by wiz.
Diffstat (limited to 'mail/qmail')
-rw-r--r--mail/qmail/options.mk11
1 files changed, 6 insertions, 5 deletions
diff --git a/mail/qmail/options.mk b/mail/qmail/options.mk
index da28931d456..626dfe0cef0 100644
--- a/mail/qmail/options.mk
+++ b/mail/qmail/options.mk
@@ -1,12 +1,13 @@
-# $NetBSD: options.mk,v 1.12 2005/05/22 20:08:12 jlam Exp $
-
-.if ${OPSYS} == "Darwin"
-PKG_DEFAULT_OPTIONS+= darwin
-.endif
+# $NetBSD: options.mk,v 1.13 2005/05/31 10:01:38 dillo Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.qmail
PKG_SUPPORTED_OPTIONS= badrcptto bigdns darwin netqmail outgoingip
PKG_SUPPORTED_OPTIONS+= qregex realrcptto sasl syncdir tls viruscan
+
+.if ${OPSYS} == "Darwin"
+PKG_SUGGESTED_OPTIONS= darwin
+.endif
+
.include "../../mk/bsd.options.mk"
###