freebsd-ports/devel/py3-lxml/Makefile
Jan Beich 70c24a6a87 textproc/sigil: add missing dependency
$ sigil
[Embedded Python Error]
Traceback (most recent call last):

  File "/usr/local/share/sigil/python3lib/xmlprocessor.py", line 6, in <module>
    from sigil_bs4.builder._lxml import LXMLTreeBuilderForXML

  File "/usr/local/share/sigil/plugin_launchers/python/sigil_bs4/builder/_lxml.py", line 26, in <module>
    from lxml import etree

ImportError: No module named 'lxml'
2016-11-28 01:12:32 +00:00

8 lines
100 B
Makefile

# $FreeBSD$
MASTERDIR= ${.CURDIR}/../py-lxml
USES= python:3.2+
.include "${MASTERDIR}/Makefile"