svn commit: r530821 - head/print/py-ufolib2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Apr 5 19:54:57 UTC 2020


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>


More information about the svn-ports-all mailing list