svn commit: r407971 - head/devel/hyperscan

Vsevolod Stakhov vsevolod at FreeBSD.org
Wed Feb 3 19:33:33 UTC 2016


Author: vsevolod
Date: Wed Feb  3 19:33:32 2016
New Revision: 407971
URL: https://svnweb.freebsd.org/changeset/ports/407971

Log:
  - Fix cmake install by adding pkgconfig dependency

Modified:
  head/devel/hyperscan/Makefile

Modified: head/devel/hyperscan/Makefile
==============================================================================
--- head/devel/hyperscan/Makefile	Wed Feb  3 19:08:58 2016	(r407970)
+++ head/devel/hyperscan/Makefile	Wed Feb  3 19:33:32 2016	(r407971)
@@ -16,7 +16,7 @@ BUILD_DEPENDS=	ragel:${PORTSDIR}/devel/r
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	01org
-USES=	compiler:c++11-lib cmake:outsource python:build
+USES=	compiler:c++11-lib cmake:outsource python:build pkgconfig
 ONLY_FOR_ARCHS=	amd64
 ONLY_FOR_ARCHS_REASON=	SSSE3 is required for work
 


More information about the svn-ports-all mailing list