Date: Wed, 18 Apr 2018 07:15:22 +0000 (UTC) From: Adriaan de Groot <adridg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467684 - head/math/kig Message-ID: <201804180715.w3I7FMPT078689@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adridg Date: Wed Apr 18 07:15:22 2018 New Revision: 467684 URL: https://svnweb.freebsd.org/changeset/ports/467684 Log: math/kig requires Python 2.7 The Boost::Python bindings are searched for in a bunch of 2.x versions, and no 3.x versions. Force the use of Python 2.7. No PORTREVISION bump, since the port doesn't change -- if you had Python 3 as default before, kig just didn't build. Approved by: tcberner (mentor, implicit) Modified: head/math/kig/Makefile Modified: head/math/kig/Makefile ============================================================================== --- head/math/kig/Makefile Wed Apr 18 06:51:47 2018 (r467683) +++ head/math/kig/Makefile Wed Apr 18 07:15:22 2018 (r467684) @@ -9,8 +9,8 @@ COMMENT= KDE interactive geometry application LIB_DEPENDS= ${PY_BOOST} -USES= cmake:outsource gettext compiler:c++11-lib kde:5 python:run \ - shebangfix tar:xz +USES= cmake:outsource gettext compiler:c++11-lib kde:5 \ + python:2.7,run shebangfix tar:xz USE_KDE= archive auth codecs completion config configwidgets coreaddons \ crash doctools ecm emoticons i18n iconthemes init itemmodels \ jobwidgets kdelibs4support kio parts service sonnet texteditor \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804180715.w3I7FMPT078689>