diff options
author | Koop Mast <kwm@FreeBSD.org> | 2016-07-05 13:07:02 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2016-07-05 13:07:02 +0000 |
commit | b263d9fc326b03ab0bc6c097d548cefa21f19ae4 (patch) | |
tree | 0b670cccccb25181d491fde7b29376eb5fa9df96 | |
parent | 89b43ee30cc9b56895cbd497fbb48649f27c0381 (diff) |
Notes
-rw-r--r-- | mail/evolution/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 726f82d8a34e..620f034efd15 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -90,8 +90,8 @@ LDAP_USE= OPENLDAP=yes WEATHER_LIB_DEPENDS= libgweather-3.so:net/libgweather WEATHER_CONFIGURE_ENABLE= weather -SPAMASSASSIN_CONFIGURE_WITH= spamassassin=${PREFIX}/bin/spamassassin \ - sa-learn=${PREFIX}/bin/sa-learn +SPAMASSASSIN_CONFIGURE_WITH= spamassassin=${LOCALBASE}/bin/spamassassin \ + sa-learn=${LOCALBASE}/bin/sa-learn SPAMASSASSIN_BUILD_DEPENDS= spamassassin:mail/spamassassin SPAMASSASSIN_RUN_DEPENDS= spamassassin:mail/spamassassin |