aboutsummaryrefslogtreecommitdiff
path: root/print/py-ufolib2
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-04-05 19:54:53 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-04-05 19:54:53 +0000
commit06119631019c312d26c99b7de052c102906102a5 (patch)
tree92adf397ce62384bc2061ba78565ccfcfbdb28ab /print/py-ufolib2
parent3c9c69dea094b38c2d2ab9942dafc75969264fa8 (diff)
downloadports-06119631019c312d26c99b7de052c102906102a5.tar.gz
ports-06119631019c312d26c99b7de052c102906102a5.zip
Add LXML option
Notes
Notes: svn path=/head/; revision=530821
Diffstat (limited to 'print/py-ufolib2')
-rw-r--r--print/py-ufolib2/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/print/py-ufolib2/Makefile b/print/py-ufolib2/Makefile
index ff22c16816a8..bd668cb369e7 100644
--- a/print/py-ufolib2/Makefile
+++ b/print/py-ufolib2/Makefile
@@ -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>