Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Dec 2017 09:11:53 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r455824 - head/games/gretools
Message-ID:  <201712090911.vB99BrLW030325@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Dec  9 09:11:53 2017
New Revision: 455824
URL: https://svnweb.freebsd.org/changeset/ports/455824

Log:
  gretools is not compatible with python3

Modified:
  head/games/gretools/Makefile

Modified: head/games/gretools/Makefile
==============================================================================
--- head/games/gretools/Makefile	Sat Dec  9 09:09:49 2017	(r455823)
+++ head/games/gretools/Makefile	Sat Dec  9 09:11:53 2017	(r455824)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712090911.vB99BrLW030325>