svn commit: r455826 - head/cad/astk-serveur

Antoine Brodin antoine at FreeBSD.org
Sat Dec 9 09:20:25 UTC 2017


Author: antoine
Date: Sat Dec  9 09:20:23 2017
New Revision: 455826
URL: https://svnweb.freebsd.org/changeset/ports/455826

Log:
  astk-serveur is not compatible with python3

Modified:
  head/cad/astk-serveur/Makefile

Modified: head/cad/astk-serveur/Makefile
==============================================================================
--- head/cad/astk-serveur/Makefile	Sat Dec  9 09:14:13 2017	(r455825)
+++ head/cad/astk-serveur/Makefile	Sat Dec  9 09:20:23 2017	(r455826)
@@ -31,7 +31,7 @@ LICENSE=	GPLv2
 RUN_DEPENDS+=	${SHELL_INSTALL_ASTER}:shells/${SHIADEP}
 
 .if !defined(CLIENT_SEUL)
-USES+=		gettext python shebangfix tk:build
+USES+=		gettext python:2.7 shebangfix tk:build
 SHEBANG_FILES=	unittest/run_test.py
 .else
 USES+=		tk


More information about the svn-ports-head mailing list