diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2016-08-24 05:04:58 +0800 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2016-08-24 05:04:58 +0800 |
commit | 1576fd005dcb0a6b1ada8fdc56c4ba877007be77 (patch) | |
tree | f915095ea3511a45a6fcc8f87ad2a4bfc24babb8 /net-p2p/deluge | |
parent | 789b47b922601036282f2ccb8ebea5a8dc7d97f2 (diff) | |
download | freebsd-ports-gnome-1576fd005dcb0a6b1ada8fdc56c4ba877007be77.tar.gz freebsd-ports-gnome-1576fd005dcb0a6b1ada8fdc56c4ba877007be77.tar.zst freebsd-ports-gnome-1576fd005dcb0a6b1ada8fdc56c4ba877007be77.zip |
net-p2p/deluge: fix up OPT_USE and OPT_VARS
Align OPT_USE and OPT_VARS usage to Porter's Handbook.
Diffstat (limited to 'net-p2p/deluge')
-rw-r--r-- | net-p2p/deluge/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |