diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2019-08-19 16:32:07 +0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2019-08-19 16:32:07 +0800 |
commit | 75bce37662ec8d81a8ab7faa0cd4834102bcfa80 (patch) | |
tree | e9f19b74d20634663adbf8c6088a76ba3519cb26 /math | |
parent | ba3c2338e804c57ff4bf2917c01ef2c73a48c872 (diff) | |
download | freebsd-ports-gnome-75bce37662ec8d81a8ab7faa0cd4834102bcfa80.tar.gz freebsd-ports-gnome-75bce37662ec8d81a8ab7faa0cd4834102bcfa80.tar.zst freebsd-ports-gnome-75bce37662ec8d81a8ab7faa0cd4834102bcfa80.zip |
math/SoPlex: License permissions update
PR: 231230
Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch>
Diffstat (limited to 'math')
-rw-r--r-- | math/SoPlex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/SoPlex/Makefile b/math/SoPlex/Makefile index cc0c73dec964..b43ddd6fd6f5 100644 --- a/math/SoPlex/Makefile +++ b/math/SoPlex/Makefile @@ -14,7 +14,7 @@ COMMENT= Optimization package for solving linear programming problems (LPs) LICENSE= ZIB LICENSE_NAME= ZIB ACADEMIC LICENSE LICENSE_FILE= ${WRKSRC}/COPYING -LICENSE_PERMS= dist-mirror pkg-mirror auto-accept +LICENSE_PERMS= no-dist-mirror no-pkg-mirror no-auto-accept LIB_DEPENDS= libgmp.so:math/gmp |