From 1576fd005dcb0a6b1ada8fdc56c4ba877007be77 Mon Sep 17 00:00:00 2001 From: Ruslan Makhmatkhanov Date: Tue, 23 Aug 2016 21:04:58 +0000 Subject: net-p2p/deluge: fix up OPT_USE and OPT_VARS Align OPT_USE and OPT_VARS usage to Porter's Handbook. --- net-p2p/deluge/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net-p2p/deluge') diff --git a/net-p2p/deluge/Makefile b/net-p2p/deluge/Makefile index 36c1eb0f13d7..848364020a4e 100644 --- a/net-p2p/deluge/Makefile +++ b/net-p2p/deluge/Makefile @@ -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 -- cgit