pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pdf2svg: pkglint



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Feb 25 11:06:11 2017 +0100
Changeset:	3dcdc5d7838558e5009f24c68f9130ba63551a91

Modified Files:
	pdf2svg/Makefile

Log Message:
pdf2svg: pkglint

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3dcdc5d7838558e5009f24c68f9130ba63551a91

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 pdf2svg/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diffs:
diff --git a/pdf2svg/Makefile b/pdf2svg/Makefile
index 2680356f11..3ef7d49a58 100644
--- a/pdf2svg/Makefile
+++ b/pdf2svg/Makefile
@@ -11,9 +11,8 @@ HOMEPAGE=	http://www.cityinthesky.co.uk/files/
 COMMENT=	Small utility to convert PDF files to SVG files
 LICENSE=	gnu-gpl-v2
 
-
-USE_TOOLS+=     gmake pkg-config
-GNU_CONFIGURE=  yes
+USE_TOOLS+=	gmake pkg-config
+GNU_CONFIGURE=	yes
 
 BUILD_TARGET=	pdf2svg
 


Home | Main Index | Thread Index | Old Index