svn commit: r393569 - head/x11/terminator
Koop Mast
kwm at FreeBSD.org
Wed Aug 5 07:06:00 UTC 2015
Author: kwm
Date: Wed Aug 5 07:05:59 2015
New Revision: 393569
URL: https://svnweb.freebsd.org/changeset/ports/393569
Log:
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.
Modified:
head/x11/terminator/Makefile
Modified: head/x11/terminator/Makefile
==============================================================================
--- head/x11/terminator/Makefile Wed Aug 5 06:39:45 2015 (r393568)
+++ head/x11/terminator/Makefile Wed Aug 5 07:05:59 2015 (r393569)
@@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}noti
${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
More information about the svn-ports-all
mailing list