aboutsummaryrefslogtreecommitdiff
path: root/net/libkvkontakte
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2014-12-30 19:10:40 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2014-12-30 19:10:40 +0000
commit6877742a6f91dcaff867f461d6325467ed7c721e (patch)
tree754448a9d8825088c0680aa3514f0832c69d409f /net/libkvkontakte
parent58aaee99f96408f4cee340385a42de844f3e8f71 (diff)
downloadports-6877742a6f91dcaff867f461d6325467ed7c721e.tar.gz
ports-6877742a6f91dcaff867f461d6325467ed7c721e.zip
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.
Notes
Notes: svn path=/head/; revision=375845
Diffstat (limited to 'net/libkvkontakte')
-rw-r--r--net/libkvkontakte/Makefile1
1 files changed, 1 insertions, 0 deletions
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 <bsd.port.mk>