diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2019-12-25 21:35:06 +0800 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2019-12-25 21:35:06 +0800 |
commit | bda7766bf02f3fed569755d08ed512dc737f3d9f (patch) | |
tree | 859ea050b84131bd626586ec893593156ac72526 /cad | |
parent | 2f79480472f1c6ab5a69d1b63fcd768ed48b0d67 (diff) | |
download | freebsd-ports-gnome-bda7766bf02f3fed569755d08ed512dc737f3d9f.tar.gz freebsd-ports-gnome-bda7766bf02f3fed569755d08ed512dc737f3d9f.tar.zst freebsd-ports-gnome-bda7766bf02f3fed569755d08ed512dc737f3d9f.zip |
Let Code_Aster use Python-3.7.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/astk-serveur/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/astk-serveur/Makefile b/cad/astk-serveur/Makefile index 9738d059fb2c..bafb6482d9c7 100644 --- a/cad/astk-serveur/Makefile +++ b/cad/astk-serveur/Makefile @@ -3,6 +3,7 @@ PORTNAME= astk DISTVERSION= 2019.0-1 +PORTREVISION= 1 CATEGORIES= cad .if !defined(CLIENT_SEUL) PKGNAMESUFFIX= -serveur @@ -35,7 +36,7 @@ RUN_DEPENDS+= ${SHELL_INSTALL_ASTER}:shells/${SHIADEP} USES= gettext .if !defined(CLIENT_SEUL) -USES+= python:3.6 shebangfix tk:build +USES+= python:3.6+ shebangfix tk:build SHEBANG_FILES= unittest/run_test.py .else USES+= tk |