svn commit: r424230 - head/mail/rspamd

Pietro Cerutti gahr at FreeBSD.org
Wed Oct 19 08:12:20 UTC 2016


Author: gahr
Date: Wed Oct 19 08:12:19 2016
New Revision: 424230
URL: https://svnweb.freebsd.org/changeset/ports/424230

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

Modified:
  head/mail/rspamd/Makefile

Modified: head/mail/rspamd/Makefile
==============================================================================
--- head/mail/rspamd/Makefile	Wed Oct 19 07:20:21 2016	(r424229)
+++ head/mail/rspamd/Makefile	Wed Oct 19 08:12:19 2016	(r424230)
@@ -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
 


More information about the svn-ports-head mailing list