diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-02-07 03:18:40 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-02-07 03:18:40 +0800 |
commit | f7c5990ff725e156c12097a73dd075c6391c1150 (patch) | |
tree | 87d6e3745ddc3706434dbc8d334e1b973778ba54 /misc | |
parent | 9d5f7f84a3e866a97f4381ce467a8789048debaf (diff) | |
download | freebsd-ports-gnome-f7c5990ff725e156c12097a73dd075c6391c1150.tar.gz freebsd-ports-gnome-f7c5990ff725e156c12097a73dd075c6391c1150.tar.zst freebsd-ports-gnome-f7c5990ff725e156c12097a73dd075c6391c1150.zip |
Remove outdated PYTHON_REL check
With hat: python
Diffstat (limited to 'misc')
-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> |