Date: Tue, 3 Sep 2013 18:20:39 +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: r326191 - head/net-im/telepathy-logger-qt4 Message-ID: <201309031820.r83IKdEq020068@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Sep 3 18:20:39 2013 New Revision: 326191 URL: http://svnweb.freebsd.org/changeset/ports/326191 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/net-im/telepathy-logger-qt4/Makefile Modified: head/net-im/telepathy-logger-qt4/Makefile ============================================================================== --- head/net-im/telepathy-logger-qt4/Makefile Tue Sep 3 18:16:10 2013 (r326190) +++ head/net-im/telepathy-logger-qt4/Makefile Tue Sep 3 18:20:39 2013 (r326191) @@ -23,7 +23,7 @@ USE_GSTREAMER= qt4 USE_KDE4= # empty USE_PYTHON_BUILD= 2.5+ USE_QT4= corelib dbus moc_build qmake_build rcc_build uic_build -USES= bison:build cmake +USES= bison:build cmake pkgconfig USE_BZIP2= yes CMAKE_ARGS= -DUSE_COMMON_CMAKE_PACKAGE_CONFIG_DIR:BOOL=True USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309031820.r83IKdEq020068>