Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Nov 2019 14:47:05 +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: r518025 - head/science/code_saturne
Message-ID:  <201911201447.xAKEl5MQ017199@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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