svn commit: r420747 - head/net-p2p/deluge

Ruslan Makhmatkhanov rm at FreeBSD.org
Tue Aug 23 21:04:59 UTC 2016


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
 


More information about the svn-ports-all mailing list