pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/inkscape inkscape: whitespace cleanup for pkg...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f310bb6ef583
branches:  trunk
changeset: 453902:f310bb6ef583
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jun 04 08:19:29 2021 +0000

description:
inkscape: whitespace cleanup for pkglint

diffstat:

 graphics/inkscape/Makefile |  14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diffs (31 lines):

diff -r 65d02ff42b85 -r f310bb6ef583 graphics/inkscape/Makefile
--- a/graphics/inkscape/Makefile        Fri Jun 04 05:18:01 2021 +0000
+++ b/graphics/inkscape/Makefile        Fri Jun 04 08:19:29 2021 +0000
@@ -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 @@
 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