diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-03-31 03:08:49 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-03-31 03:08:49 +0000 |
commit | b7d536ce893d8a2ec037702c0b9ed06739237ff0 (patch) | |
tree | e85c2f69ba0c2f3c4d8109c9133cf7f781743563 /devel | |
parent | 49aee658002af1fdc01e6758b1e90585374a6e68 (diff) |
Diffstat (limited to 'devel')
-rw-r--r-- | devel/rubygem-gettext/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/rubygem-gettext/Makefile b/devel/rubygem-gettext/Makefile index 4a6c0e1fb816..f82478071997 100644 --- a/devel/rubygem-gettext/Makefile +++ b/devel/rubygem-gettext/Makefile @@ -8,9 +8,9 @@ COMMENT= Ruby implementation of the gettext library WWW= https://ruby-gettext.github.io/ \ https://github.com/ruby-gettext/gettext -LICENSE= LGPL3 RUBY +LICENSE= LGPL3+ RUBY LICENSE_COMB= dual -LICENSE_FILE_LGPL3= ${WRKSRC}/doc/text/lgpl-3.0.txt +LICENSE_FILE_LGPL3+ = ${WRKSRC}/doc/text/lgpl-3.0.txt LICENSE_FILE_RUBY= ${WRKSRC}/doc/text/ruby-license.txt RUN_DEPENDS= rubygem-erubi>=0:www/rubygem-erubi \ |