Date: Tue, 30 Apr 2013 15:57:29 +0000 (UTC) From: Alberto Villa <avilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r316943 - head/net-im/telepathy-qt4 Message-ID: <201304301557.r3UFvTFO093664@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304301557.r3UFvTFO093664>