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:
Koop Mast 2015-08-05 07:05:59 +00:00
parent 6bfe0a81c9
commit 18b5871d2f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393569

View file

@ -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