Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2014 20:31:38 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344014 - head/net-im/licq-jabber
Message-ID:  <201402122031.s1CKVcfa076451@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Feb 12 20:31:38 2014
New Revision: 344014
URL: http://svnweb.freebsd.org/changeset/ports/344014
QAT: https://qat.redports.org/buildarchive/r344014/

Log:
  Add explicit dependency on pkgconf
  
  Reported by:	pkg-fallout

Modified:
  head/net-im/licq-jabber/Makefile

Modified: head/net-im/licq-jabber/Makefile
==============================================================================
--- head/net-im/licq-jabber/Makefile	Wed Feb 12 20:20:10 2014	(r344013)
+++ head/net-im/licq-jabber/Makefile	Wed Feb 12 20:31:38 2014	(r344014)
@@ -13,7 +13,7 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	libgloox.so:${PORTSDIR}/net-im/gloox \
 		libboost_regex.so:${PORTSDIR}/devel/boost-libs
 
-USES=		cmake
+USES=		cmake pkgconfig
 DOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
 
 DOCFILES=	README



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402122031.s1CKVcfa076451>