Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Aug 2016 21:04:58 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r420747 - head/net-p2p/deluge
Message-ID:  <201608232104.u7NL4wVO065539@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Tue Aug 23 21:04:58 2016
New Revision: 420747
URL: https://svnweb.freebsd.org/changeset/ports/420747

Log:
  net-p2p/deluge: fix up OPT_USE and OPT_VARS
  
  Align OPT_USE and OPT_VARS usage to Porter's Handbook.

Modified:
  head/net-p2p/deluge/Makefile

Modified: head/net-p2p/deluge/Makefile
==============================================================================
--- head/net-p2p/deluge/Makefile	Tue Aug 23 20:42:23 2016	(r420746)
+++ head/net-p2p/deluge/Makefile	Tue Aug 23 21:04:58 2016	(r420747)
@@ -34,9 +34,9 @@ GTK2_RUN_DEPENDS=	\
 		${PYTHON_PKGNAMEPREFIX}game>=1.8.1:devel/py-game \
 		${PYTHON_PKGNAMEPREFIX}notify>=0.1.1:devel/py-notify \
 		xdg-utils>=1.0.2:devel/xdg-utils
-GTK2_USE=	GNOME=intltool librsvg2 pygnome2 pygtk2
+GTK2_USE=	gnome=intltool,librsvg2,pygnome2,pygtk2
 GTK2_USES=	desktop-file-utils
-GTK2_VARS=	INSTALLS_ICONS=	yes
+GTK2_VARS=	installs_icons=yes
 
 PORTDOCS=	ChangeLog README
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608232104.u7NL4wVO065539>