Date: Thu, 28 Feb 2013 10:55:37 +0000 (UTC) From: Dmitry Sivachenko <demon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r313090 - head/net-p2p/transmission-cli Message-ID: <201302281055.r1SAtbBK058704@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302281055.r1SAtbBK058704>