summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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).