svn commit: r471044 - head/french/homard

Antoine Brodin antoine at FreeBSD.org
Mon May 28 14:50:01 UTC 2018


Author: antoine
Date: Mon May 28 14:50:00 2018
New Revision: 471044
URL: https://svnweb.freebsd.org/changeset/ports/471044

Log:
  homard is not compatible with python3

Modified:
  head/french/homard/Makefile

Modified: head/french/homard/Makefile
==============================================================================
--- head/french/homard/Makefile	Mon May 28 14:20:22 2018	(r471043)
+++ head/french/homard/Makefile	Mon May 28 14:50:00 2018	(r471044)
@@ -19,7 +19,7 @@ RESTRICTED=	The free downloading of HOMARD software is
 
 ONLY_FOR_ARCHS=	amd64 i386
 
-USES=		linux python shebangfix
+USES=		linux python:2.7 shebangfix
 SHEBANG_FILES=	${WRKSRC}/ASTER_HOMARD/homard	\
 		${WRKSRC}/homard_base ${WRKSRC}/setup_homard.py
 REINPLACE_ARGS=	-i ""


More information about the svn-ports-all mailing list