diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-06 19:18:40 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-06 19:18:40 +0000 |
commit | cda594f22fc3ba9cc20716d166b2e5a2563718ad (patch) | |
tree | 87d6e3745ddc3706434dbc8d334e1b973778ba54 /misc/py-yolk/Makefile | |
parent | 84931169975b44b124247d6440d5ebc4774f9434 (diff) |
Remove outdated PYTHON_REL check
With hat: python
Notes
Notes:
svn path=/head/; revision=461090
Diffstat (limited to 'misc/py-yolk/Makefile')
-rw-r--r-- | misc/py-yolk/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/misc/py-yolk/Makefile b/misc/py-yolk/Makefile index 3cb9cc3f2039..9b1698f4ba99 100644 --- a/misc/py-yolk/Makefile +++ b/misc/py-yolk/Makefile @@ -32,10 +32,4 @@ post-install: cd ${WRKSRC}/examples && ${FIND} . -type f -exec ${INSTALL_DATA} {} ${STAGEDIR}${EXAMPLESDIR}/{} ";" .endif -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} == 2701 || ${PYTHON_REL} == 3200 -IGNORE= does not work with ${PYTHON_VERSION} (see http://goo.gl/SZpDN) -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |