diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-09-17 19:21:45 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-09-17 19:21:45 +0000 |
commit | c8b9433fc56b2ed8056c17645616a024d3cc565d (patch) | |
tree | 90cd9aa133a286d9e1918efac3a7385376b9c843 /graphics | |
parent | 95dc7c087f1bc310a85a14264d2523bf559ad5bb (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/inkscape/Makefile | 4 | ||||
-rw-r--r-- | graphics/libheif/Makefile | 2 | ||||
-rw-r--r-- | graphics/silgraphite/Makefile | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index 40ef6afdb19e..44b44c8b502d 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -12,8 +12,8 @@ COMMENT= Full featured open source SVG editor LICENSE= GPLv2+ GPLv3+ LGPL21 MPL11 LICENSE_COMB= multi -LICENSE_FILE_GPLv2= ${WRKSRC}/GPL2.txt -LICENSE_FILE_GPLv3= ${WRKSRC}/GPL3.txt +LICENSE_FILE_GPLv2+ = ${WRKSRC}/GPL2.txt +LICENSE_FILE_GPLv3+ = ${WRKSRC}/GPL3.txt LICENSE_FILE_LGPL21= ${WRKSRC}/LGPL2.1.txt BUILD_DEPENDS= ${LOCALBASE}/include/boost/concept_check.hpp:devel/boost-libs diff --git a/graphics/libheif/Makefile b/graphics/libheif/Makefile index 4d92b8a9627b..c149ebca168c 100644 --- a/graphics/libheif/Makefile +++ b/graphics/libheif/Makefile @@ -11,7 +11,7 @@ COMMENT= Libheif is an ISO/IEC 23008-12:2017 HEIF file format de- and encoder # N.B., subsequent revisions in Git relicense examples from GPL3+ to MIT. LICENSE= LGPL3+ -LICENSE_FILE_LGPL3+= ${WRKSRC}/COPYING +LICENSE_FILE_LGPL3+ = ${WRKSRC}/COPYING USES= autoreconf compiler:c++11-lang libtool localbase pkgconfig \ shebangfix diff --git a/graphics/silgraphite/Makefile b/graphics/silgraphite/Makefile index 1979cc521304..470d21781216 100644 --- a/graphics/silgraphite/Makefile +++ b/graphics/silgraphite/Makefile @@ -13,7 +13,7 @@ COMMENT= Font engine for complex non-Roman writing systems LICENSE= CPL05 LGPL21+ LICENSE_COMB= dual LICENSE_FILE_CPL05= ${WRKSRC}/license/License_CPLv05.txt -LICENSE_FILE_LGPL21= ${WRKSRC}/license/License_LGPLv21.txt +LICENSE_FILE_LGPL21+ = ${WRKSRC}/license/License_LGPLv21.txt LICENSE_NAME_CPL05= Common Public License Version 0.5 LICENSE_PERMS_CPL05= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept |