From 252e7035c11a9141d96b914d346236b3e3d101c4 Mon Sep 17 00:00:00 2001 From: jrm Date: Mon, 3 Oct 2016 15:11:32 +0000 Subject: Specify which license the license file refers to Reported by: jbeich Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D8135 --- cad/gmsh/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cad/gmsh') 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 \ -- cgit