svn commit: r389293 - head/deskutils/griffith

Pawel Pekala pawel at FreeBSD.org
Fri Jun 12 19:43:18 UTC 2015


Author: pawel
Date: Fri Jun 12 19:43:17 2015
New Revision: 389293
URL: https://svnweb.freebsd.org/changeset/ports/389293

Log:
  Remove PYGNOMEEXTRAS option, USE_GNOME=pygnomeextras was removed in r372768

Modified:
  head/deskutils/griffith/Makefile

Modified: head/deskutils/griffith/Makefile
==============================================================================
--- head/deskutils/griffith/Makefile	Fri Jun 12 19:42:06 2015	(r389292)
+++ head/deskutils/griffith/Makefile	Fri Jun 12 19:43:17 2015	(r389293)
@@ -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_PKGNAMEPRE
 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>


More information about the svn-ports-all mailing list