Date: Thu, 3 May 2018 04:46:05 +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: r468912 - head/math/kig-kde4 Message-ID: <201805030446.w434k5QW018227@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Thu May 3 04:46:05 2018 New Revision: 468912 URL: https://svnweb.freebsd.org/changeset/ports/468912 Log: math/kig-kde4: only use python2 * kig does not work with python3. PR: 227923 Modified: head/math/kig-kde4/Makefile Modified: head/math/kig-kde4/Makefile ============================================================================== --- head/math/kig-kde4/Makefile Thu May 3 02:03:05 2018 (r468911) +++ head/math/kig-kde4/Makefile Thu May 3 04:46:05 2018 (r468912) @@ -10,7 +10,7 @@ COMMENT= KDE 4 interactive geometry application LIB_DEPENDS= ${PY_BOOST} -USES= cmake:outsource compiler:c++11-lib kde:4 python:run \ +USES= cmake:outsource compiler:c++11-lib kde:4 python:2.7,run \ shebangfix tar:xz USE_KDE= kdelibs soprano automoc4 USE_QT4= corelib dbus gui network svg xml \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805030446.w434k5QW018227>