diff options
author | pawel <pawel@FreeBSD.org> | 2015-06-13 03:43:17 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2015-06-13 03:43:17 +0800 |
commit | 8681b7063b593099f16b65ef94ababb33f2e68b1 (patch) | |
tree | 34d28273af3e3783ed35b525bc357deb3e588aba /deskutils/griffith | |
parent | b64fde8a54dc66a7a5b9e7c2c098c2a23cdc2a9b (diff) | |
download | freebsd-ports-gnome-8681b7063b593099f16b65ef94ababb33f2e68b1.tar.gz freebsd-ports-gnome-8681b7063b593099f16b65ef94ababb33f2e68b1.tar.zst freebsd-ports-gnome-8681b7063b593099f16b65ef94ababb33f2e68b1.zip |
Remove PYGNOMEEXTRAS option, USE_GNOME=pygnomeextras was removed in r372768
Diffstat (limited to 'deskutils/griffith')
-rw-r--r-- | deskutils/griffith/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/deskutils/griffith/Makefile b/deskutils/griffith/Makefile index 4a9eb5c00258..4dd7823055c9 100644 --- a/deskutils/griffith/Makefile +++ b/deskutils/griffith/Makefile @@ -22,7 +22,7 @@ USE_GNOME= pygtk2 USES= gmake gettext python tar:xz NO_BUILD= yes -OPTIONS_DEFINE= CHARDET LXML PYGNOMEEXTRAS REPORTLAB2 +OPTIONS_DEFINE= CHARDET LXML REPORTLAB2 OPTIONS_DEFAULT= LXML CHARDET_DESC= chardet support @@ -31,9 +31,6 @@ CHARDET_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>=0:${PORTSDIR}/textproc/py-c LXML_DESC= lxml support LXML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:${PORTSDIR}/devel/py-lxml -PYGNOMEEXTRAS_DESC= python-gnome-extras support -PYGNOMEEXTRAS_USE= GNOME=pygnomeextras - REPORTLAB2_DESC= ReportLab2 support .include <bsd.port.options.mk> |