Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Dec 2014 19:10:41 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375845 - head/net/libkvkontakte
Message-ID:  <201412301910.sBUJAfbC099602@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Tue Dec 30 19:10:40 2014
New Revision: 375845
URL: https://svnweb.freebsd.org/changeset/ports/375845
QAT: https://qat.redports.org/buildarchive/r375845/

Log:
  Add dependency on pkgconfig.
  
  This is required for the upcoming CMake 3.1.0 update: pkg-config was
  already required before to properly find and define qjson's version
  number, but in 3.1.0 CMake is stricter when checking if a version >=
  the minimum one has been found.

Modified:
  head/net/libkvkontakte/Makefile

Modified: head/net/libkvkontakte/Makefile
==============================================================================
--- head/net/libkvkontakte/Makefile	Tue Dec 30 18:44:14 2014	(r375844)
+++ head/net/libkvkontakte/Makefile	Tue Dec 30 19:10:40 2014	(r375845)
@@ -12,5 +12,6 @@ COMMENT=	KDE library for accessing vk.co
 
 LIB_DEPENDS=	libqjson.so:${PORTSDIR}/devel/qjson
 USE_LDCONFIG=	yes
+USES+=		pkgconfig
 
 .include <bsd.port.mk>



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