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 /lang/gjs | |
parent | mail/imapfilter: Update version 2.6.12=>2.6.13 (diff) |
Fix some misspelled or duplicated LICENSE_*
Notes
Notes:
svn path=/head/; revision=512232
Diffstat (limited to 'lang/gjs')
-rw-r--r-- | lang/gjs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gjs/Makefile b/lang/gjs/Makefile index ca93fafe0e54..aa2bf5088677 100644 --- a/lang/gjs/Makefile +++ b/lang/gjs/Makefile @@ -14,7 +14,7 @@ COMMENT= GNOME Javascript binding LICENSE= MPL11 LGPL20+ GPLv2+ LICENSE_COMB= multi LICENSE_FILE_MPL11= ${WRKSRC}/COPYING -LICENSE_FILE_LGPL20+= ${WRKSRC}/COPYING.LGPL +LICENSE_FILE_LGPL20+ = ${WRKSRC}/COPYING.LGPL LIB_DEPENDS= libmozjs-52.so:lang/spidermonkey52 \ libffi.so:devel/libffi |