aboutsummaryrefslogtreecommitdiff
path: root/deskutils/griffith
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2015-06-12 19:43:17 +0000
committerPawel Pekala <pawel@FreeBSD.org>2015-06-12 19:43:17 +0000
commitb9ccdf34e00839d800a42ade29ef84493717dade (patch)
tree34d28273af3e3783ed35b525bc357deb3e588aba /deskutils/griffith
parent354172ce6bba3eea610204e5ebe7d40b9bae5df8 (diff)
downloadports-b9ccdf34e00839d800a42ade29ef84493717dade.tar.gz
ports-b9ccdf34e00839d800a42ade29ef84493717dade.zip
Remove PYGNOMEEXTRAS option, USE_GNOME=pygnomeextras was removed in r372768
Notes
Notes: svn path=/head/; revision=389293
Diffstat (limited to 'deskutils/griffith')
-rw-r--r--deskutils/griffith/Makefile5
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>