Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Feb 2016 19:33:32 +0000 (UTC)
From:      Vsevolod Stakhov <vsevolod@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r407971 - head/devel/hyperscan
Message-ID:  <201602031933.u13JXWQo063792@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602031933.u13JXWQo063792>