From 6877742a6f91dcaff867f461d6325467ed7c721e Mon Sep 17 00:00:00 2001 From: Raphael Kubo da Costa Date: Tue, 30 Dec 2014 19:10:40 +0000 Subject: [PATCH] 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. --- net/libkvkontakte/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/libkvkontakte/Makefile b/net/libkvkontakte/Makefile index 8d70bc83222d..75524fbd0696 100644 --- a/net/libkvkontakte/Makefile +++ b/net/libkvkontakte/Makefile @@ -12,5 +12,6 @@ COMMENT= KDE library for accessing vk.com LIB_DEPENDS= libqjson.so:${PORTSDIR}/devel/qjson USE_LDCONFIG= yes +USES+= pkgconfig .include