1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

mail/rspamd: hyperscan is dynamically linked, must be a LIB_DEPENDS

This commit is contained in:
Pietro Cerutti 2016-10-19 08:12:19 +00:00
parent 6052930140
commit 06da9f4be5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424230

View File

@ -57,7 +57,7 @@ USE_GNOME= glib20
.if ${PORT_OPTIONS:MHYPERSCAN}
CMAKE_ARGS+= -DENABLE_HYPERSCAN=ON
BUILD_DEPENDS+= ${LOCALBASE}/lib/libhs.a:devel/hyperscan
LIB_DEPENDS+= libhs.so:devel/hyperscan
ONLY_FOR_ARCHS= amd64
.endif