summaryrefslogtreecommitdiff
path: root/mail/clamav/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mail/clamav/options.mk')
-rw-r--r--mail/clamav/options.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/clamav/options.mk b/mail/clamav/options.mk
index da405bb594c..37628b0a96e 100644
--- a/mail/clamav/options.mk
+++ b/mail/clamav/options.mk
@@ -1,12 +1,10 @@
-# $NetBSD: options.mk,v 1.4 2008/04/12 22:43:03 jlam Exp $
+# $NetBSD: options.mk,v 1.4.18.1 2010/04/07 10:10:51 tron Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.clamav
PKG_SUPPORTED_OPTIONS= milter clamav-experimental
.include "../../mk/bsd.options.mk"
-PLIST_VARS+= milter
-
.if !empty(PKG_OPTIONS:Mmilter)
# force use of pkgsrc version of libmilter -- clamav uses the sendmail binary
# to check API compatibility(!), so it must build with as new a version of
@@ -14,7 +12,7 @@ PLIST_VARS+= milter
USE_BUILTIN.libmilter= no
. include "../../mail/libmilter/buildlink3.mk"
CONFIGURE_ARGS+= --enable-milter
-PLIST.milter= yes
+PLIST_SRC+= ${PKGDIR}/PLIST.milter
.else
CONFIGURE_ARGS+= --disable-milter
# XXX --disable-milter doesn't work as expected, so we need this