diff options
author | rene <rene@FreeBSD.org> | 2014-01-14 05:00:02 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2014-01-14 05:00:02 +0800 |
commit | d738d5587ccf4b7f0ecd6b4ab8e1105dd9d20a99 (patch) | |
tree | 15cdc9de8e1435e170938ead4c0c26dfe041a7e6 /games/kiki | |
parent | 0c77840ce77e9be1c328ea8862f0987d9efb7d8a (diff) | |
download | freebsd-ports-gnome-d738d5587ccf4b7f0ecd6b4ab8e1105dd9d20a99.tar.gz freebsd-ports-gnome-d738d5587ccf4b7f0ecd6b4ab8e1105dd9d20a99.tar.zst freebsd-ports-gnome-d738d5587ccf4b7f0ecd6b4ab8e1105dd9d20a99.zip |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat)
Diffstat (limited to 'games/kiki')
-rw-r--r-- | games/kiki/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/kiki/Makefile b/games/kiki/Makefile index f800590c752e..93d442a9f3ba 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:${PORTSDIR}/devel/swig13 -USE_PYTHON= 2.5+ +USE_PYTHON= yes USES= gmake dos2unix compiler USE_GL= gl glu glut USE_SDL= sdl mixer image |