Use LOCALBASE instead of PREFIX for spamassasin detection.
Reported by: mat@ Pointyhat to: kwm@
This commit is contained in:
parent
89b43ee30c
commit
b263d9fc32
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418083
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue