diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-07-17 05:51:33 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-07-17 05:51:33 +0000 |
commit | 30bde9bb48d2456e0819690a700203edfa204a34 (patch) | |
tree | c3e64bc6da014bad3a7ef0c9974e89d607952016 /mail/vpopmail/Makefile | |
parent | e407893f61062019c4af7a492aa7e74fd09b1416 (diff) |
Notes
Diffstat (limited to 'mail/vpopmail/Makefile')
-rw-r--r-- | mail/vpopmail/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/vpopmail/Makefile b/mail/vpopmail/Makefile index e4de12259e04..ca793c5159a8 100644 --- a/mail/vpopmail/Makefile +++ b/mail/vpopmail/Makefile @@ -284,10 +284,9 @@ CONFIGURE_ARGS+= --disable-make-seekable .endif .if defined(WITH_SPAMASSASSIN) -#BUILD_DEPENDS+= spamc:${PORTSDIR}/mail/p5-Mail-SpamAssassin -#CONFIGURE_ARGS+= --enable-spamassassin=${LOCALBASE}/bin/spamc \ -# --enable-spam-threshold=${SPAM_THRESHOLD} -IGNORE= has been slightly reorganized and the SpamAssassin patch is not ready yet +BUILD_DEPENDS+= spamc:${PORTSDIR}/mail/p5-Mail-SpamAssassin +CONFIGURE_ARGS+= --enable-spamassassin=${LOCALBASE}/bin/spamc \ + --enable-spam-threshold=${SPAM_THRESHOLD} .endif # |