diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-03-05 20:57:22 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-03-05 20:57:22 +0000 |
commit | b90a08b4e93717a9c260b0e1d291fca4bba62eb5 (patch) | |
tree | 31c7a325dbf44b92d42d42bdec9f3ca652f2256b | |
parent | 30d13fe1c2433952d3e19a3cd02f8861027055ff (diff) | |
download | freebsd-ports-b90a08b4e93717a9c260b0e1d291fca4bba62eb5.zip |
Don't pretend that python is only needed at runtime
-rw-r--r-- | textproc/itstool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/itstool/Makefile b/textproc/itstool/Makefile index e58cfdab0484..204a5819ec1d 100644 --- a/textproc/itstool/Makefile +++ b/textproc/itstool/Makefile @@ -16,7 +16,7 @@ LICENSE= GPLv3 BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2@${PY_FLAVOR} -USES= python:run tar:bzip2 +USES= python tar:bzip2 GNU_CONFIGURE= yes post-patch: |