diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2020-06-15 15:56:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2020-06-15 15:56:23 +0000 |
commit | 0b6547fc3529cd7be72aea5e5e744ca21a404279 (patch) | |
tree | 539e52eaec33b1241c3cb378531bcd02bde4f811 /x11-toolkits | |
parent | 0f1141175fa2cb05d718756ad314a11ddf063c6e (diff) | |
download | ports-0b6547fc3529cd7be72aea5e5e744ca21a404279.tar.gz ports-0b6547fc3529cd7be72aea5e5e744ca21a404279.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtksourceview3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gtksourceview3/Makefile b/x11-toolkits/gtksourceview3/Makefile index 07245089395b..2f34933d54d8 100644 --- a/x11-toolkits/gtksourceview3/Makefile +++ b/x11-toolkits/gtksourceview3/Makefile @@ -11,8 +11,8 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Text widget that adds syntax highlighting to the GtkTextView widget -LICENSE= GPLv2 -LICENSE_FILES= ${WRKSRC}/COPYING +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING USES= compiler:c11 tar:xz |