svn commit: r461090 - head/misc/py-yolk
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Feb 6 19:18:41 UTC 2018
Author: sunpoet
Date: Tue Feb 6 19:18:40 2018
New Revision: 461090
URL: https://svnweb.freebsd.org/changeset/ports/461090
Log:
Remove outdated PYTHON_REL check
With hat: python
Modified:
head/misc/py-yolk/Makefile
Modified: head/misc/py-yolk/Makefile
==============================================================================
--- head/misc/py-yolk/Makefile Tue Feb 6 19:18:35 2018 (r461089)
+++ head/misc/py-yolk/Makefile Tue Feb 6 19:18:40 2018 (r461090)
@@ -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>
More information about the svn-ports-all
mailing list