diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-02-19 17:59:35 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-02-19 17:59:35 +0000 |
commit | 9bef23ecc29dae54905bb65b16a9a12b9755b68d (patch) | |
tree | eae081012bb7ce89aaf16b01813aa97edd0f15f4 /deskutils | |
parent | d97de5c8eaf29f26fe7ef54245d7ca4925f62b60 (diff) | |
download | ports-9bef23ecc29dae54905bb65b16a9a12b9755b68d.tar.gz ports-9bef23ecc29dae54905bb65b16a9a12b9755b68d.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/gourmet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/gourmet/Makefile b/deskutils/gourmet/Makefile index 365861a5897f..9798e4530d83 100644 --- a/deskutils/gourmet/Makefile +++ b/deskutils/gourmet/Makefile @@ -30,7 +30,7 @@ OPTIONS_DEFINE= IPYTHON IPYTHON_DESC= Interactive shell support IPYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>0:devel/ipython@${PY_FLAVOR} -USES= gettext gnome python:-2.7 +USES= gettext gnome python:2.7 USE_GNOME= intltool pygnome2 pygtk2 USE_PYTHON= autoplist distutils PLIST_FILES+= man/man1/gourmet.1.gz |