diff options
author | kwm <kwm@FreeBSD.org> | 2015-08-05 15:05:59 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-08-05 15:05:59 +0800 |
commit | 32cd38fcec8760ef0639a87216fd0bd5ca4e324d (patch) | |
tree | f4860ac1bc28e8f47577ebc233e99d62bfb4960f /x11 | |
parent | 0c22b81c8465b722cb92d31f63846d74cef0d660 (diff) | |
download | freebsd-ports-gnome-32cd38fcec8760ef0639a87216fd0bd5ca4e324d.tar.gz freebsd-ports-gnome-32cd38fcec8760ef0639a87216fd0bd5ca4e324d.tar.zst freebsd-ports-gnome-32cd38fcec8760ef0639a87216fd0bd5ca4e324d.zip |
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.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/terminator/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |