diff options
author | vsevolod <vsevolod@FreeBSD.org> | 2017-10-22 16:55:19 +0800 |
---|---|---|
committer | vsevolod <vsevolod@FreeBSD.org> | 2017-10-22 16:55:19 +0800 |
commit | dd021f1d39c9a4b48dc4fcaa438f34ce5aac4603 (patch) | |
tree | dca4fe3b05049d373ba19af2b380d9efefa213aa /mail | |
parent | 686811a35a49c5fbfad7839b8bbce55d132853f8 (diff) | |
download | freebsd-ports-gnome-dd021f1d39c9a4b48dc4fcaa438f34ce5aac4603.tar.gz freebsd-ports-gnome-dd021f1d39c9a4b48dc4fcaa438f34ce5aac4603.tar.zst freebsd-ports-gnome-dd021f1d39c9a4b48dc4fcaa438f34ce5aac4603.zip |
- Advertise HYPERSCAN only for amd64
- Sort options descriptions
PR: 223114
Submitted by: Franco Fichtner
Diffstat (limited to 'mail')
-rw-r--r-- | mail/rspamd/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/mail/rspamd/Makefile b/mail/rspamd/Makefile index 959065629fc9..9bef38edf189 100644 --- a/mail/rspamd/Makefile +++ b/mail/rspamd/Makefile @@ -20,11 +20,13 @@ BUILD_DEPENDS= ragel:devel/ragel CONFLICTS_INSTALL= rspamd-devel -OPTIONS_DEFINE= GPERF HYPERSCAN GD CGP +OPTIONS_DEFINE= GPERF GD CGP +OPTIONS_DEFINE_amd64= HYPERSCAN + +CGP_DESC= Install Communigate Pro(tm) helper +GD_DESC= Enable libgd support for images fuzzy hashes GPERF_DESC= Google perf-tools profiling HYPERSCAN_DESC= Use hyperscan optimizations (amd64 only) -GD_DESC= Enable libgd support for images fuzzy hashes -CGP_DESC= Install Communigate Pro(tm) helper USE_RC_SUBR= rspamd @@ -69,7 +71,6 @@ GH_ACCOUNT= vstakhov .if ${PORT_OPTIONS:MHYPERSCAN} CMAKE_ARGS+= -DENABLE_HYPERSCAN=ON LIB_DEPENDS+= libhs.so:devel/hyperscan - ONLY_FOR_ARCHS= amd64 .endif .if ${PORT_OPTIONS:MCGP} |