aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2018-05-03 12:46:05 +0800
committerTobias C. Berner <tcberner@FreeBSD.org>2018-05-03 12:46:05 +0800
commit45260acad31f06006774f3899282cb55653c6a86 (patch)
treea93a0facf6b6aeb8c1fc30bd08035c05f5753691 /math
parent0e40aeab99b9090b401aaaaf8a37118927fbdb10 (diff)
downloadfreebsd-ports-gnome-45260acad31f06006774f3899282cb55653c6a86.tar.gz
freebsd-ports-gnome-45260acad31f06006774f3899282cb55653c6a86.tar.zst
freebsd-ports-gnome-45260acad31f06006774f3899282cb55653c6a86.zip
math/kig-kde4: only use python2
* kig does not work with python3. PR: 227923
Diffstat (limited to 'math')
-rw-r--r--math/kig-kde4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/kig-kde4/Makefile b/math/kig-kde4/Makefile
index 4e2ab3a62d3e..599847e3e514 100644
--- a/math/kig-kde4/Makefile
+++ b/math/kig-kde4/Makefile
@@ -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 \