diff options
author | rm <rm@FreeBSD.org> | 2016-08-24 05:04:58 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2016-08-24 05:04:58 +0800 |
commit | 2aefc60d2b6ac3abbb525fd185158b4134f8efcc (patch) | |
tree | f915095ea3511a45a6fcc8f87ad2a4bfc24babb8 /net-p2p | |
parent | 966b288e49cae0f25cb976ceb9f75175b1fc8ccb (diff) | |
download | freebsd-ports-gnome-2aefc60d2b6ac3abbb525fd185158b4134f8efcc.tar.gz freebsd-ports-gnome-2aefc60d2b6ac3abbb525fd185158b4134f8efcc.tar.zst freebsd-ports-gnome-2aefc60d2b6ac3abbb525fd185158b4134f8efcc.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')
-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 |