svn commit: r316943 - head/net-im/telepathy-qt4

Alberto Villa avilla at FreeBSD.org
Tue Apr 30 15:57:29 UTC 2013


Author: avilla
Date: Tue Apr 30 15:57:28 2013
New Revision: 316943
URL: http://svnweb.freebsd.org/changeset/ports/316943

Log:
  - Merge two USES into one.

Modified:
  head/net-im/telepathy-qt4/Makefile

Modified: head/net-im/telepathy-qt4/Makefile
==============================================================================
--- head/net-im/telepathy-qt4/Makefile	Tue Apr 30 15:47:09 2013	(r316942)
+++ head/net-im/telepathy-qt4/Makefile	Tue Apr 30 15:57:28 2013	(r316943)
@@ -14,13 +14,12 @@ LICENSE=	LGPL21
 LIB_DEPENDS=	telepathy-farsight:${PORTSDIR}/net-im/telepathy-farsight \
 		telepathy-glib:${PORTSDIR}/net-im/telepathy-glib
 
-USES=		pkgconfig
 USE_GNOME=	libxslt:build
 USE_GSTREAMER=	yes
 USE_PYTHON_BUILD=	2.5+
 USE_QT4=	dbus gui network qtestlib_build xml \
 		moc_build qmake_build rcc_build uic_build
-USES=		cmake
+USES=		cmake pkgconfig
 CMAKE_ARGS=	-DENABLE_FARSIGHT:BOOL=True \
 		-DENABLE_TESTS:BOOL=False
 MAKE_JOBS_SAFE=	yes


More information about the svn-ports-head mailing list