aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2018-02-07 03:18:40 +0800
committersunpoet <sunpoet@FreeBSD.org>2018-02-07 03:18:40 +0800
commitf7c5990ff725e156c12097a73dd075c6391c1150 (patch)
tree87d6e3745ddc3706434dbc8d334e1b973778ba54 /misc
parent9d5f7f84a3e866a97f4381ce467a8789048debaf (diff)
downloadfreebsd-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/Makefile8
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>