Date: Fri, 12 Jun 2015 19:43:17 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389293 - head/deskutils/griffith Message-ID: <201506121943.t5CJhHRC088402@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506121943.t5CJhHRC088402>