Remove PYGNOMEEXTRAS option, USE_GNOME=pygnomeextras was removed in r372768
This commit is contained in:
parent
354172ce6b
commit
b9ccdf34e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389293
1 changed files with 1 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue