From owner-svn-ports-head@FreeBSD.ORG Tue Apr 30 15:57:29 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id DCFC3371; Tue, 30 Apr 2013 15:57:29 +0000 (UTC) (envelope-from avilla@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id CE5C71BB7; Tue, 30 Apr 2013 15:57:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3UFvTNZ093665; Tue, 30 Apr 2013 15:57:29 GMT (envelope-from avilla@svn.freebsd.org) Received: (from avilla@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3UFvTFO093664; Tue, 30 Apr 2013 15:57:29 GMT (envelope-from avilla@svn.freebsd.org) Message-Id: <201304301557.r3UFvTFO093664@svn.freebsd.org> From: Alberto Villa Date: Tue, 30 Apr 2013 15:57:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r316943 - head/net-im/telepathy-qt4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Apr 2013 15:57:29 -0000 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