From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 09:03:41 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AE7865CB; Mon, 2 Sep 2013 09:03:41 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9C82E29EC; Mon, 2 Sep 2013 09:03:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8293fd9009532; Mon, 2 Sep 2013 09:03:41 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8293fF7009530; Mon, 2 Sep 2013 09:03:41 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309020903.r8293fF7009530@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 09:03:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325951 - in head/comms: hamlib morse 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: Mon, 02 Sep 2013 09:03:41 -0000 Author: bapt Date: Mon Sep 2 09:03:40 2013 New Revision: 325951 URL: http://svnweb.freebsd.org/changeset/ports/325951 Log: Eliminate USE_GNOME=pkgconfig from comms Modified: head/comms/hamlib/Makefile head/comms/morse/Makefile Modified: head/comms/hamlib/Makefile ============================================================================== --- head/comms/hamlib/Makefile Mon Sep 2 09:01:51 2013 (r325950) +++ head/comms/hamlib/Makefile Mon Sep 2 09:03:40 2013 (r325951) @@ -13,8 +13,8 @@ LICENSE= LGPL20 BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 -USE_GNOME= pkgconfig gnomehack libxml2 -USE_PERL5= yes +USES= perl5 pkgconfig pathfix +USE_GNOME= libxml2 USE_TCL= yes USE_PYTHON= yes USE_AUTOTOOLS= autoconf libtool libltdl Modified: head/comms/morse/Makefile ============================================================================== --- head/comms/morse/Makefile Mon Sep 2 09:01:51 2013 (r325950) +++ head/comms/morse/Makefile Mon Sep 2 09:03:40 2013 (r325951) @@ -37,7 +37,7 @@ LDFLAGS+= -L${PREFIX}/lib .elif ${PORT_OPTIONS:MPULSEAUDIO} MAKE_FLAGS+= DEVICE=PA LIB_DEPENDS+= pulse-simple:${PORTSDIR}/audio/pulseaudio -USE_GNOME= pkgconfig +USES+= pkgconfig .endif do-install: