1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

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.
This commit is contained in:
Raphael Kubo da Costa 2014-12-30 19:10:40 +00:00
parent 58aaee99f9
commit 6877742a6f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375845

View File

@ -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>