From 149ffd671e2c1b6d2b01c797423e618542f9cbd1 Mon Sep 17 00:00:00 2001 From: antoine Date: Sat, 9 Dec 2017 09:11:53 +0000 Subject: gretools is not compatible with python3 --- games/gretools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/gretools/Makefile b/games/gretools/Makefile index e76b4f48a51e..15f4bd9aea59 100644 --- a/games/gretools/Makefile +++ b/games/gretools/Makefile @@ -13,7 +13,7 @@ COMMENT= GNOME vocabulary builder LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake pathfix pkgconfig python shebangfix +USES= gmake pathfix pkgconfig python:2.7 shebangfix SHEBANG_FILES= gretools.in gretools.py USE_GNOME= gnomeprefix pygnome2 GNU_CONFIGURE= yes -- cgit