svn commit: r518025 - head/science/code_saturne

Antoine Brodin antoine at FreeBSD.org
Wed Nov 20 14:47:05 UTC 2019


Author: antoine
Date: Wed Nov 20 14:47:05 2019
New Revision: 518025
URL: https://svnweb.freebsd.org/changeset/ports/518025

Log:
  Unbreak bulk -a with non default version of python3

Modified:
  head/science/code_saturne/Makefile

Modified: head/science/code_saturne/Makefile
==============================================================================
--- head/science/code_saturne/Makefile	Wed Nov 20 14:43:24 2019	(r518024)
+++ head/science/code_saturne/Makefile	Wed Nov 20 14:47:05 2019	(r518025)
@@ -26,7 +26,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	code-saturne
 
 USES=		autoreconf bison fortran gettext gnome gmake iconv libtool	\
-		pyqt:5 python:3.6 shebangfix
+		pyqt:5 python:3.6+ shebangfix
 
 USE_GNOME=	libxml2
 USE_PYQT=	core gui sip widgets xml_build


More information about the svn-ports-head mailing list