From owner-svn-ports-head@FreeBSD.ORG Tue Dec 30 19:10:41 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 70415A22; Tue, 30 Dec 2014 19:10:41 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5BCFB318E; Tue, 30 Dec 2014 19:10:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBUJAfli099603; Tue, 30 Dec 2014 19:10:41 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBUJAfbC099602; Tue, 30 Dec 2014 19:10:41 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201412301910.sBUJAfbC099602@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Tue, 30 Dec 2014 19:10:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375845 - head/net/libkvkontakte X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Dec 2014 19:10:41 -0000 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