diff options
author | wiz <wiz@pkgsrc.org> | 2021-06-04 08:19:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-06-04 08:19:29 +0000 |
commit | 3dd0188fceb50f9c4855bda778744ebadd0a3371 (patch) | |
tree | f850f3232e84dd71ae3a843a74f911b67cdebc78 /graphics/inkscape | |
parent | ff622c824aa284e90c5aaab9b4c8f20410bbf513 (diff) | |
download | pkgsrc-3dd0188fceb50f9c4855bda778744ebadd0a3371.tar.gz |
inkscape: whitespace cleanup for pkglint
Diffstat (limited to 'graphics/inkscape')
-rw-r--r-- | graphics/inkscape/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index 33fcd3cf9c9..909e4e9b0c7 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -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 |