pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/inkscape



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jun  4 08:19:29 UTC 2021

Modified Files:
        pkgsrc/graphics/inkscape: Makefile

Log Message:
inkscape: whitespace cleanup for pkglint


To generate a diff of this commit:
cvs rdiff -u -r1.233 -r1.234 pkgsrc/graphics/inkscape/Makefile

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

Modified files:

Index: pkgsrc/graphics/inkscape/Makefile
diff -u pkgsrc/graphics/inkscape/Makefile:1.233 pkgsrc/graphics/inkscape/Makefile:1.234
--- pkgsrc/graphics/inkscape/Makefile:1.233     Tue Jun  1 09:12:23 2021
+++ pkgsrc/graphics/inkscape/Makefile   Fri Jun  4 08:19:29 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.233 2021/06/01 09:12:23 wiz Exp $
+# $NetBSD: Makefile,v 1.234 2021/06/04 08:19:29 wiz Exp $
 
 DISTNAME=      inkscape-1.0.2
 PKGREVISION=   6
@@ -14,15 +14,15 @@ LICENSE=    gnu-gpl-v2
 WRKSRC=                ${WRKDIR}/inkscape-1.0.2_2021-01-15_e86c870879
 
 .if !exists(/usr/bin/iconv)
-BUILD_DEPENDS+=        libiconv-[0-9]*:../../converters/libiconv
+BUILD_DEPENDS+=                libiconv-[0-9]*:../../converters/libiconv
 .endif
-DEPENDS+=      adwaita-icon-theme>0:../../graphics/adwaita-icon-theme
-DEPENDS+=      ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
+DEPENDS+=              adwaita-icon-theme>0:../../graphics/adwaita-icon-theme
+DEPENDS+=              ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
 # for inkex.py, needed by most python extension scripts
-DEPENDS+=      ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
+DEPENDS+=              ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
 # for desktop
-TOOL_DEPENDS+= gettext-tools-[0-9]*:../../devel/gettext-tools
-TOOLS_PLATFORM.msgfmt= # empty
+TOOL_DEPENDS+=         gettext-tools-[0-9]*:../../devel/gettext-tools
+TOOLS_PLATFORM.msgfmt= # empty
 
 EXTRACT_USING=         bsdtar
 GCC_REQD+=             4.5.2



Home | Main Index | Thread Index | Old Index