diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-12-29 14:29:18 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-12-29 14:29:18 +0000 |
commit | f1749e4ab1795953ad8807b40fcb138ad425a53f (patch) | |
tree | c09c83633fb69d859c6df4ea95f7abf5603e7106 /x11-toolkits | |
parent | 704bb9e9971d46ab880545798ed4514ef748f80a (diff) |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/qtermwidget/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/qtermwidget/Makefile b/x11-toolkits/qtermwidget/Makefile index 565145abe9e0..de1c2bf4f646 100644 --- a/x11-toolkits/qtermwidget/Makefile +++ b/x11-toolkits/qtermwidget/Makefile @@ -8,9 +8,10 @@ CATEGORIES= x11-toolkits MAINTAINER= bacon4000@gmail.com COMMENT= Terminal widget for QTerminal -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake:outsource compiler:c++11-lang pkgconfig tar:xz +USES= cmake:outsource compiler:c++11-lang pkgconfig USE_LDCONFIG= yes USE_QT5= buildtools_build core gui qmake_build widgets |