diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-10-04 18:56:31 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-10-04 18:56:31 +0800 |
commit | 8ea56c1c81b552d98e42c28c535eec8a49361ea4 (patch) | |
tree | 2c9e611355e97df94273ceb4d881876495dc7a63 /textproc/freexl | |
parent | 32340ab984876b0f2999c13e14cbc826bcc9c9b0 (diff) | |
download | freebsd-ports-gnome-8ea56c1c81b552d98e42c28c535eec8a49361ea4.tar.gz freebsd-ports-gnome-8ea56c1c81b552d98e42c28c535eec8a49361ea4.tar.zst freebsd-ports-gnome-8ea56c1c81b552d98e42c28c535eec8a49361ea4.zip |
Fix and update LICENSE
Approved by: portmgr (blanket)
Diffstat (limited to 'textproc/freexl')
-rw-r--r-- | textproc/freexl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/freexl/Makefile b/textproc/freexl/Makefile index c17618cfa9ab..ccba283911e5 100644 --- a/textproc/freexl/Makefile +++ b/textproc/freexl/Makefile @@ -9,8 +9,8 @@ MASTER_SITES= http://www.gaia-gis.it/gaia-sins/freexl-sources/ MAINTAINER= lbartoletti@tuxfamily.org COMMENT= Library to extract valid data from within an Excel (.xls) spreadsheet -LICENSE= MPL GPLv2 LGPL21 -LICENSE_COMB= multi +LICENSE= GPLv2+ LGPL21+ MPL11 +LICENSE_COMB= dual GNU_CONFIGURE= yes CONFIGURE_ARGS= ac_cv_search_locale_charset=no |