svn commit: r455824 - head/games/gretools

Antoine Brodin antoine at FreeBSD.org
Sat Dec 9 09:11:54 UTC 2017


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


More information about the svn-ports-all mailing list