aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2016-10-19 16:12:19 +0800
committergahr <gahr@FreeBSD.org>2016-10-19 16:12:19 +0800
commit5488cba14894081aae0e0d8a684c31706b9b4801 (patch)
tree4280fb6c6d837a3c1fa55041531d63af712b7f02
parentfceb1b760dc4e64ed505cfaadd9a9f3fd1b6f570 (diff)
downloadfreebsd-ports-gnome-5488cba14894081aae0e0d8a684c31706b9b4801.tar.gz
freebsd-ports-gnome-5488cba14894081aae0e0d8a684c31706b9b4801.tar.zst
freebsd-ports-gnome-5488cba14894081aae0e0d8a684c31706b9b4801.zip
mail/rspamd: hyperscan is dynamically linked, must be a LIB_DEPENDS
-rw-r--r--mail/rspamd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/rspamd/Makefile b/mail/rspamd/Makefile
index 014019ae1fab..b94a7c9f83be 100644
--- a/mail/rspamd/Makefile
+++ b/mail/rspamd/Makefile
@@ -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