diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-11-09 16:27:05 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-11-09 16:32:44 +0000 |
| commit | b362b8dd9fa4eb0452bb171771cba83a0cd8c50d (patch) | |
| tree | 2f8a335fdfd86d661565d580567201bebd572a4b | |
| parent | aea5f64446661d263996efa09a0571a804b9988c (diff) | |
x11-toolkits/rubygem-tk: Add LICENSE_FILE
| -rw-r--r-- | x11-toolkits/rubygem-tk/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/rubygem-tk/Makefile b/x11-toolkits/rubygem-tk/Makefile index 3b37d02c2216..966331603439 100644 --- a/x11-toolkits/rubygem-tk/Makefile +++ b/x11-toolkits/rubygem-tk/Makefile @@ -8,6 +8,8 @@ COMMENT= Ruby interface to TclTk-8.6 WWW= https://github.com/ruby/tk LICENSE= BSD2CLAUSE +LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL +LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE.txt CONFIGURE_ARGS=--with-tcltkversion=8.6,8.6 \ --with-tk-include=${LOCALBASE}/include/tk8.6 \ |
