diff options
author | antoine <antoine@FreeBSD.org> | 2014-12-07 08:07:47 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-12-07 08:07:47 +0800 |
commit | 72d7a1f7ce9f6b8120c5f5df45a30b9cb318f6bc (patch) | |
tree | 33213fbd97d1a79e0fa2c5c2fdf7d8e3c880fd4e /math/mtl | |
parent | 1c8d693c4823e459a08ebaf56588cd3217ecbe66 (diff) | |
download | freebsd-ports-gnome-72d7a1f7ce9f6b8120c5f5df45a30b9cb318f6bc.tar.gz freebsd-ports-gnome-72d7a1f7ce9f6b8120c5f5df45a30b9cb318f6bc.tar.zst freebsd-ports-gnome-72d7a1f7ce9f6b8120c5f5df45a30b9cb318f6bc.zip |
Canonicalize a few licenses
Diffstat (limited to 'math/mtl')
-rw-r--r-- | math/mtl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/mtl/Makefile b/math/mtl/Makefile index 09a3ab3f6d1d..567753676a12 100644 --- a/math/mtl/Makefile +++ b/math/mtl/Makefile @@ -12,7 +12,7 @@ COMMENT= The Matrix Template Library, Version 2 LICENSE= MTL LICENSE_NAME= Matrix Template Library License LICENSE_FILE= ${WRKSRC}/license.mtl.txt -LICENSE_PERMS= auto-accept +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept CONFIGURE_ENV= CXXCPP="${CXXCPP}" CXXCPP?= ${CXX} -E |