diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-03-12 09:36:22 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-03-12 09:36:22 +0000 |
commit | 08a0ca9dcef6c20b0eadba1f2b732d05257deac5 (patch) | |
tree | 928a60328b2f697af8ddb1b68b5898d4effa22f3 /mail/vpopmail | |
parent | 2f35ef147f7a59de642815f0d51e3f63ee04be93 (diff) | |
download | ports-08a0ca9dcef6c20b0eadba1f2b732d05257deac5.tar.gz ports-08a0ca9dcef6c20b0eadba1f2b732d05257deac5.zip |
Notes
Diffstat (limited to 'mail/vpopmail')
-rw-r--r-- | mail/vpopmail/Makefile | 2 |
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 |