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-devel | |
parent | 2f35ef147f7a59de642815f0d51e3f63ee04be93 (diff) | |
download | ports-08a0ca9dcef6c20b0eadba1f2b732d05257deac5.tar.gz ports-08a0ca9dcef6c20b0eadba1f2b732d05257deac5.zip |
Notes
Diffstat (limited to 'mail/vpopmail-devel')
-rw-r--r-- | mail/vpopmail-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/vpopmail-devel/Makefile b/mail/vpopmail-devel/Makefile index e44c376c0f43..5fe1f09ed9a3 100644 --- a/mail/vpopmail-devel/Makefile +++ b/mail/vpopmail-devel/Makefile @@ -265,7 +265,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 |