From e8c0b213b546203878f8e624da82c832e88edac2 Mon Sep 17 00:00:00 2001 From: mm Date: Tue, 22 Mar 2011 08:23:22 +0000 Subject: - Add LICENSE_FILE(s) --- converters/wkhtmltopdf/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'converters') diff --git a/converters/wkhtmltopdf/Makefile b/converters/wkhtmltopdf/Makefile index 195c2002030a..ab648b2e8613 100644 --- a/converters/wkhtmltopdf/Makefile +++ b/converters/wkhtmltopdf/Makefile @@ -39,6 +39,9 @@ OPTIONS= BUNDLED_LIBS "Use Qt-bundled jpeg, mng, png and tiff" off LICENSE= GPLv3 LGPL3 LGPL21 LICENSE_COMB= multi +LICENSE_FILE_GPLv3= ${INSTALL_WRKSRC}/COPYING +LICENSE_FILE_LGPL3= ${INSTALL_WRKSRC}/COPYING.LGPL +LICENSE_FILE_LGPL21= ${WRKSRC}/LICENSE.LGPL CONFIGURE_ARGS= -prefix ${WRKDIR}/wkqt \ -release -static -fast -exceptions -no-accessibility -no-stl \ -- cgit