From owner-svn-ports-head@FreeBSD.ORG Thu Feb 28 10:55:37 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 674C375A; Thu, 28 Feb 2013 10:55:37 +0000 (UTC) (envelope-from demon@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 4F90A1AF8; Thu, 28 Feb 2013 10:55:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1SAtbbl058705; Thu, 28 Feb 2013 10:55:37 GMT (envelope-from demon@svn.freebsd.org) Received: (from demon@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1SAtbBK058704; Thu, 28 Feb 2013 10:55:37 GMT (envelope-from demon@svn.freebsd.org) Message-Id: <201302281055.r1SAtbBK058704@svn.freebsd.org> From: Dmitry Sivachenko Date: Thu, 28 Feb 2013 10:55:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r313090 - head/net-p2p/transmission-cli 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: Thu, 28 Feb 2013 10:55:37 -0000 Author: demon Date: Thu Feb 28 10:55:36 2013 New Revision: 313090 URL: http://svnweb.freebsd.org/changeset/ports/313090 Log: Require pkgconfig only for build stage. Discussed with: crees (maintainer) Modified: head/net-p2p/transmission-cli/Makefile Modified: head/net-p2p/transmission-cli/Makefile ============================================================================== --- head/net-p2p/transmission-cli/Makefile Thu Feb 28 10:53:04 2013 (r313089) +++ head/net-p2p/transmission-cli/Makefile Thu Feb 28 10:55:36 2013 (r313090) @@ -28,7 +28,7 @@ GEN_LIB_DEPENDS=curl.6:${PORTSDIR}/ftp/c GEN_RUN_DEPENDS=${LOCALBASE}/share/transmission/web/index.html:${PORTSDIR}/www/transmission-web USE_GMAKE= yes -USE_GNOME?= pkgconfig +USE_PKGCONFIG= build USE_OPENSSL= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include