From 18b5871d2f3d90a0e6870d5a1f92cb09bc0142fd Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Wed, 5 Aug 2015 07:05:59 +0000 Subject: [PATCH] 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. --- x11/terminator/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11/terminator/Makefile b/x11/terminator/Makefile index 7dc65636333d..ce2ca1aed827 100644 --- a/x11/terminator/Makefile +++ b/x11/terminator/Makefile @@ -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