diff options
author | jrm <jrm@FreeBSD.org> | 2016-10-03 23:11:32 +0800 |
---|---|---|
committer | jrm <jrm@FreeBSD.org> | 2016-10-03 23:11:32 +0800 |
commit | 252e7035c11a9141d96b914d346236b3e3d101c4 (patch) | |
tree | 543feb2d9e52c3654c38aacc32877dce51f34411 /cad/gmsh | |
parent | 3955df1c7cb73a2bc6ce98011218e84c16cd19ae (diff) | |
download | freebsd-ports-gnome-252e7035c11a9141d96b914d346236b3e3d101c4.tar.gz freebsd-ports-gnome-252e7035c11a9141d96b914d346236b3e3d101c4.tar.zst freebsd-ports-gnome-252e7035c11a9141d96b914d346236b3e3d101c4.zip |
Specify which license the license file refers to
Reported by: jbeich
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D8135
Diffstat (limited to 'cad/gmsh')
-rw-r--r-- | cad/gmsh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/gmsh/Makefile b/cad/gmsh/Makefile index c294d52ebce4..b9cdbd36d607 100644 --- a/cad/gmsh/Makefile +++ b/cad/gmsh/Makefile @@ -13,7 +13,7 @@ COMMENT?= Automatic 3D finite element mesh generator LICENSE= AGPLv3+ APACHE20 GPLv3+ GPLv2+ LGPL21 LICENSE_COMB= multi -LICENSE_FILE= ${WRKSRC}/doc/LICENSE.txt +LICENSE_FILE_GPLv2+ = ${WRKSRC}/doc/LICENSE.txt LIB_DEPENDS= libfltk.so:x11-toolkits/fltk \ libfontconfig.so:x11-fonts/fontconfig \ |