Correct usage of USE_GNOME. This went unnoticed due to the the GCONF option
being on by default which depends on py-gnome2. Which in turn pulled in py-gtk2. USE can only be used in combination with a option in the FOO_USE= GNOME=pygtk2 format.
This commit is contained in:
parent
6bfe0a81c9
commit
18b5871d2f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393569
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}notify>=0:${PORTSDIR}/devel/py-notify \
|
|||
${PYTHON_PKGNAMEPREFIX}vte>=0:${PORTSDIR}/x11-toolkits/py-vte
|
||||
|
||||
USES= python
|
||||
USE= GNOME=pygtk2,intltool
|
||||
USE_GNOME= pygtk2 intltool
|
||||
USE_PYTHON= distutils
|
||||
PYDISTUTILS_PKGNAME= Terminator
|
||||
|
||||
|
|
Loading…
Reference in a new issue