Date: Sun, 5 Apr 2020 19:54:54 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r530821 - head/print/py-ufolib2 Message-ID: <202004051954.035JssbJ005317@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Apr 5 19:54:53 2020 New Revision: 530821 URL: https://svnweb.freebsd.org/changeset/ports/530821 Log: Add LXML option Modified: head/print/py-ufolib2/Makefile Modified: head/print/py-ufolib2/Makefile ============================================================================== --- head/print/py-ufolib2/Makefile Sun Apr 5 19:54:49 2020 (r530820) +++ head/print/py-ufolib2/Makefile Sun Apr 5 19:54:53 2020 (r530821) @@ -24,4 +24,9 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes +OPTIONS_DEFINE= LXML +LXML_DESC= XML support + +LXML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004051954.035JssbJ005317>