diff options
author | Martin Matuska <mm@FreeBSD.org> | 2011-03-21 20:45:56 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2011-03-21 20:45:56 +0000 |
commit | b0c9c37ce7f491a8187ceda0c6808111f45db412 (patch) | |
tree | f42e29e137a8a8b60a792390d473d91e3ea3e5b4 /converters | |
parent | 0b4cff277507a5c47d32df2f514abfb8be6d8c41 (diff) | |
download | ports-b0c9c37ce7f491a8187ceda0c6808111f45db412.tar.gz ports-b0c9c37ce7f491a8187ceda0c6808111f45db412.zip |
Add LICENSE information
Notes
Notes:
svn path=/head/; revision=271426
Diffstat (limited to 'converters')
-rw-r--r-- | converters/wkhtmltopdf/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/converters/wkhtmltopdf/Makefile b/converters/wkhtmltopdf/Makefile index 117338ffa7d2..195c2002030a 100644 --- a/converters/wkhtmltopdf/Makefile +++ b/converters/wkhtmltopdf/Makefile @@ -37,6 +37,9 @@ MAKE_JOBS_SAFE= yes OPTIONS= BUNDLED_LIBS "Use Qt-bundled jpeg, mng, png and tiff" off +LICENSE= GPLv3 LGPL3 LGPL21 +LICENSE_COMB= multi + CONFIGURE_ARGS= -prefix ${WRKDIR}/wkqt \ -release -static -fast -exceptions -no-accessibility -no-stl \ -no-sql-ibase -no-sql-mysql -no-sql-odbc -no-sql-psql -no-sql-sqlite \ |