diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-03-11 21:49:40 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-03-11 21:49:40 +0000 |
commit | 531cd7932f76c19261d0b70e67037739884cf60a (patch) | |
tree | 7c7c408a52b143121035d7bda8f7d6d99104c54e /mail/openwebmail | |
parent | 9cf06649a71dab66be575e5c851a59930b2b466f (diff) |
Notes
Diffstat (limited to 'mail/openwebmail')
-rw-r--r-- | mail/openwebmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/openwebmail/Makefile b/mail/openwebmail/Makefile index 64e0a7f64a86..27c3adef5d79 100644 --- a/mail/openwebmail/Makefile +++ b/mail/openwebmail/Makefile @@ -101,7 +101,7 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/tnef:${PORTSDIR}/converters/tnef .endif .if ${PORT_OPTIONS:MSPAMCHECK} -RUN_DEPENDS+= p5-Mail-SpamAssassin>=0:${PORTSDIR}/mail/p5-Mail-SpamAssassin +RUN_DEPENDS+= spamassassin>=0:${PORTSDIR}/mail/spamassassin .endif .if ${PORT_OPTIONS:MSPEEDYCGI} |