diff options
author | Mark Felder <feld@FreeBSD.org> | 2014-12-22 17:12:26 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2014-12-22 17:12:26 +0000 |
commit | 8c77e9671f85a3de5906da9dffdd0639d57589db (patch) | |
tree | 6ca570bb40a8feafb4837c4d206fab4eaf729ab9 /devel/libtpl | |
parent | 243de4b2133b8e34bf86517d18c504ee4a41972f (diff) |
Notes
Diffstat (limited to 'devel/libtpl')
-rw-r--r-- | devel/libtpl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libtpl/Makefile b/devel/libtpl/Makefile index af4272406085..2ddfcf93268a 100644 --- a/devel/libtpl/Makefile +++ b/devel/libtpl/Makefile @@ -12,7 +12,8 @@ COMMENT= Tpl is a library for serializing C data OPTIONS_DEFINE= DOCS -LICENSE= BSD +LICENSE= GPLv3 MIT +LICENSE_COMB= multi USES= libtool tar:bzip2 USE_GITHUB= yes |