svn commit: r313090 - head/net-p2p/transmission-cli
Dmitry Sivachenko
demon at FreeBSD.org
Thu Feb 28 10:55:37 UTC 2013
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
More information about the svn-ports-head
mailing list