aboutsummaryrefslogtreecommitdiffstats
path: root/games/kiki
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2017-12-13 02:35:32 +0800
committerantoine <antoine@FreeBSD.org>2017-12-13 02:35:32 +0800
commitbfa06a5cb1bdfb2b815794e32e621e142678b998 (patch)
tree5d74ee8e111fec1da8c37badd45ff2afb7ecde0f /games/kiki
parent6d35541802913da55ea19c8d1a0219661a59f9d9 (diff)
downloadfreebsd-ports-gnome-bfa06a5cb1bdfb2b815794e32e621e142678b998.tar.gz
freebsd-ports-gnome-bfa06a5cb1bdfb2b815794e32e621e142678b998.tar.zst
freebsd-ports-gnome-bfa06a5cb1bdfb2b815794e32e621e142678b998.zip
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
Diffstat (limited to 'games/kiki')
-rw-r--r--games/kiki/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/kiki/Makefile b/games/kiki/Makefile
index 0d8e7a7bfa29..ef517ea5617c 100644
--- a/games/kiki/Makefile
+++ b/games/kiki/Makefile
@@ -13,7 +13,7 @@ COMMENT= Kiki the nanobot is a 3-D puzzle game
BUILD_DEPENDS= swig:devel/swig13
-USES= compiler dos2unix gmake python
+USES= compiler dos2unix gmake python:2.7
USE_GL= gl glu glut
USE_SDL= sdl mixer image
DOS2UNIX_REGEX= .*/(Makefile|.*\.cpp|.*\.h|.*\.i)$