diff options
author | ale <ale@FreeBSD.org> | 2004-03-12 17:36:22 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-03-12 17:36:22 +0800 |
commit | e2c141e980f96d2ecd252fec55cd9fa6550b53b7 (patch) | |
tree | 4ded31f026a8381861dbe291cea3ddda6f2b25e6 /mail/vpopmail | |
parent | 3ad7904d015e46239f2b846b90437e5567beeb89 (diff) | |
download | freebsd-ports-graphics-e2c141e980f96d2ecd252fec55cd9fa6550b53b7.tar.gz freebsd-ports-graphics-e2c141e980f96d2ecd252fec55cd9fa6550b53b7.tar.zst freebsd-ports-graphics-e2c141e980f96d2ecd252fec55cd9fa6550b53b7.zip |
Fix dependency on SpamAssassin.
Noticed by: Cristiano Deana <cris@gufi.org>
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 6396fe88b35..f60d8ff8345 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 |