summaryrefslogtreecommitdiff
path: root/mail/vpopmail
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-03-12 09:36:22 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-03-12 09:36:22 +0000
commit08a0ca9dcef6c20b0eadba1f2b732d05257deac5 (patch)
tree928a60328b2f697af8ddb1b68b5898d4effa22f3 /mail/vpopmail
parent- Use PORTDOCS [1] (diff)
Fix dependency on SpamAssassin.
Noticed by: Cristiano Deana <cris@gufi.org>
Notes
Notes: svn path=/head/; revision=103750
Diffstat (limited to 'mail/vpopmail')
-rw-r--r--mail/vpopmail/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/vpopmail/Makefile b/mail/vpopmail/Makefile
index 6396fe88b35a..f60d8ff83450 100644
--- a/mail/vpopmail/Makefile
+++ b/mail/vpopmail/Makefile
@@ -264,7 +264,7 @@ CONFIGURE_ARGS+= --enable-domainquotas
.endif
.if defined(WITH_SPAMASSASSIN)
-BUILD_DEPENDS= spamc:${PORTSDIR}/mail/p5-Mail-SpamAssassin
+BUILD_DEPENDS+= spamc:${PORTSDIR}/mail/p5-Mail-SpamAssassin
CONFIGURE_ARGS+= --enable-spamassassin=${LOCALBASE}/bin/spamc \
--enable-spam-threshold=${SPAM_THRESHOLD}
.endif