Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Feb 2020 19:33:10 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r526939 - head/math/kig
Message-ID:  <202002231933.01NJXA1c065578@repo.freebsd.org>

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



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