svn commit: r344014 - head/net-im/licq-jabber

Antoine Brodin antoine at FreeBSD.org
Wed Feb 12 20:31:38 UTC 2014


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


More information about the svn-ports-all mailing list