svn commit: r526939 - head/math/kig

Tobias C. Berner tcberner at FreeBSD.org
Sun Feb 23 19:33:10 UTC 2020


Author: tcberner
Date: Sun Feb 23 19:33:10 2020
New Revision: 526939
URL: https://svnweb.freebsd.org/changeset/ports/526939

Log:
  math/kig: follow-up to r526932, help cmake find python
  
  Reported by:	VVD

Modified:
  head/math/kig/Makefile

Modified: head/math/kig/Makefile
==============================================================================
--- head/math/kig/Makefile	Sun Feb 23 19:22:49 2020	(r526938)
+++ head/math/kig/Makefile	Sun Feb 23 19:33:10 2020	(r526939)
@@ -22,4 +22,8 @@ SHEBANG_FILES=	pykig/pykig.py
 
 OPTIONS_DEFINE=	DOCS
 
+post-patch:
+	${REINPLACE_CMD} '/Python_ADDITIONAL_VERSIONS/s|2.7|${PYTHON_VER};2.7|' \
+		${WRKSRC}/cmake/modules/FindBoostPython.cmake
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list