diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-19 18:16:15 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-19 18:16:15 +0000 |
commit | a5f9cc91c28e33d61678c2ad38bb9108ec2e58f4 (patch) | |
tree | 07d6b1b1d632ab65321d268042b2ca4bc8531aaa /x11/gnome2/Makefile | |
parent | - Convert ports from german/, java/, japanese/ and ports-mgmt/ to new (diff) |
- Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/,
x11-fonts/, x11-toolkits and x11-wm to new USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'x11/gnome2/Makefile')
-rw-r--r-- | x11/gnome2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index 1af4bd430ccd..c2b3c0bf243e 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -61,7 +61,7 @@ NO_MTREE= yes NO_INSTALL= yes .if !defined(GNOME_SLAVE) -USE_PYTHON= yes +USES+= python .endif .if !defined(GNOME_SLAVE) || ${.CURDIR:T}=="gnome2-lite" |