diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-10 08:23:15 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-10 08:23:15 +0000 |
commit | 76e0906901f64883ce1bf1b862ddd17c8e7b74c5 (patch) | |
tree | dd5ddda8426d7a6750215b974b85daf1817816cd /textproc/py-ttp | |
parent | 7b4b8252b4639d22247d683050ac7f92909dc1da (diff) | |
download | ports-76e0906901f64883ce1bf1b862ddd17c8e7b74c5.tar.gz ports-76e0906901f64883ce1bf1b862ddd17c8e7b74c5.zip |
Notes
Diffstat (limited to 'textproc/py-ttp')
-rw-r--r-- | textproc/py-ttp/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/textproc/py-ttp/Makefile b/textproc/py-ttp/Makefile index a6f76b846223..bc1783626da9 100644 --- a/textproc/py-ttp/Makefile +++ b/textproc/py-ttp/Makefile @@ -18,11 +18,7 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} > 3000 post-patch: @${RM} ${WRKSRC}/ttp/utils/load_python_exec_py2.py -.endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |