svn commit: r375845 - head/net/libkvkontakte

Raphael Kubo da Costa rakuco at FreeBSD.org
Tue Dec 30 19:10:41 UTC 2014


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>


More information about the svn-ports-head mailing list