From 6cfdfbc1cd371390f65ac1f5f7e075bed2ac1cae Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Tue, 12 Dec 2017 18:35:32 +0000 Subject: - Those ports fail to build with python3 - Add some explicit FLAVOR to dependencies where needed --- games/crossfire-server/Makefile | 2 +- games/kiki/Makefile | 2 +- games/rtb/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'games') diff --git a/games/crossfire-server/Makefile b/games/crossfire-server/Makefile index e13ef08ff65e..8a0735e1c3dd 100644 --- a/games/crossfire-server/Makefile +++ b/games/crossfire-server/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libpng.so:graphics/png RUN_DEPENDS= bash:shells/bash -USES= autoreconf gmake libtool perl5 python shebangfix tar:bzip2 \ +USES= autoreconf gmake libtool perl5 python:2.7 shebangfix tar:bzip2 \ uidfix GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static --with-check=no --localstatedir=/var/games 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)$ diff --git a/games/rtb/Makefile b/games/rtb/Makefile index ab32b674693c..d64c88c31ce8 100644 --- a/games/rtb/Makefile +++ b/games/rtb/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= gsed:textproc/gsed -USES= gettext gmake perl5 pkgconfig python tar:bzip2 +USES= gettext gmake perl5 pkgconfig python:2.7 tar:bzip2 USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-rtb-dir=${PREFIX}/lib/${PORTNAME} -- cgit v1.2.3