diff options
author | az <az@FreeBSD.org> | 2014-01-27 00:16:35 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2014-01-27 00:16:35 +0800 |
commit | 9cc9f41894771c339e832ac33593880186a4e3bd (patch) | |
tree | b1249dd099d46d51d67055b68600c7158bdc1d75 /mail | |
parent | bd058f615e7f74d7f41a3b6a747550babbb13a90 (diff) | |
download | freebsd-ports-gnome-9cc9f41894771c339e832ac33593880186a4e3bd.tar.gz freebsd-ports-gnome-9cc9f41894771c339e832ac33593880186a4e3bd.tar.zst freebsd-ports-gnome-9cc9f41894771c339e832ac33593880186a4e3bd.zip |
- convert to new perl5 framework
Approved by: maintainer (vsevolod@, via IRC)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/rspamd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/rspamd/Makefile b/mail/rspamd/Makefile index f4ae0a96ebc0..2da9e82965a7 100644 --- a/mail/rspamd/Makefile +++ b/mail/rspamd/Makefile @@ -52,7 +52,7 @@ USE_OPENSSL= yes .endif .if ${PORT_OPTIONS:MREDIRECTOR} - USE_PERL5= yes + USES+= perl5 CMAKE_ARGS+= -DENABLE_REDIRECTOR=ON PLIST_SUB+= REDIRECTOR="" USE_RC_SUBR+= rspamd_redirector |