summaryrefslogtreecommitdiff
path: root/mail/dspam
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2007-01-18 14:22:38 +0000
committerobache <obache@pkgsrc.org>2007-01-18 14:22:38 +0000
commit140b2a28bebb159d772f813b9c6cd227f00ed09b (patch)
tree3900f3da5784bd15d0fa7ec839b2fd1e5bab38e4 /mail/dspam
parent3d71cdee45b671110853a6418133b6cfd66a8b34 (diff)
downloadpkgsrc-140b2a28bebb159d772f813b9c6cd227f00ed09b.tar.gz
Must set PKG_SUPPORTED_OPTIONS before including bsd.options.mk.
Should fix PR 35439. And remove duplicate preferences-extension and ldap options.
Diffstat (limited to 'mail/dspam')
-rw-r--r--mail/dspam/options.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/dspam/options.mk b/mail/dspam/options.mk
index 652f7f494bc..2433723b61e 100644
--- a/mail/dspam/options.mk
+++ b/mail/dspam/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.17 2006/12/10 00:30:01 xtraeme Exp $
+# $NetBSD: options.mk,v 1.18 2007/01/18 14:22:38 obache Exp $
.if defined(DSPAM_DELIVERY_AGENT) && !empty(DSPAM_DELIVERY_AGENT:Mcustom)
DSPAM_DELIVERY_AGENT:= ${DSPAM_DELIVERY_AGENT_ARGS}
@@ -6,10 +6,8 @@ DSPAM_DELIVERY_AGENT:= ${DSPAM_DELIVERY_AGENT_ARGS}
PKG_OPTIONS_VAR= PKG_OPTIONS.dspam
PKG_SUPPORTED_OPTIONS= largescale homedir long-usernames graphs \
- domainscale preferences-extension \
- clamav ldap syslog debug verbose-debug
-
-.include "../../mk/bsd.options.mk"
+ domainscale \
+ clamav syslog debug verbose-debug
###
### DSPAM_DELIVERY_AGENT is the tool called to to deliver messages.
@@ -109,6 +107,8 @@ PLIST_SUBST+= ${HASH_PLIST_SUBST}
PKG_SUPPORTED_OPTIONS+= preferences-extension virtualusers ldap
.endif
+.include "../../mk/bsd.options.mk"
+
###
### Used to store user preferences in the backend instead of flat files
### (built-in method).