Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Feb 2018 19:18:41 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r461090 - head/misc/py-yolk
Message-ID:  <201802061918.w16JIfpc048627@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802061918.w16JIfpc048627>