diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-02 22:37:52 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-02 22:37:52 +0000 |
commit | 32c30875cca2de4f6c7cded0af0c0d7f1d37ddb1 (patch) | |
tree | 5badba5272b71ca0f2ae24092afab850b81c7059 /graphics/tango-icon-theme/Makefile | |
parent | 2476b87659dab34be04553e56079d38facafe0ad (diff) | |
download | pkgsrc-32c30875cca2de4f6c7cded0af0c0d7f1d37ddb1.tar.gz |
graphics: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
Diffstat (limited to 'graphics/tango-icon-theme/Makefile')
-rw-r--r-- | graphics/tango-icon-theme/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tango-icon-theme/Makefile b/graphics/tango-icon-theme/Makefile index 4074de00fa4..b6c2cca95c5 100644 --- a/graphics/tango-icon-theme/Makefile +++ b/graphics/tango-icon-theme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2019/07/21 22:25:05 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2019/11/02 22:38:05 rillig Exp $ DISTNAME= tango-icon-theme-0.8.90 PKGREVISION= 33 @@ -13,7 +13,7 @@ LICENSE= public-domain GNU_CONFIGURE= yes USE_TOOLS+= gmake intltool pkg-config msgfmt -BUILDLINK_DEPMETHOD.ImageMagick= build +BUILDLINK_DEPMETHOD.ImageMagick= build BUILDLINK_API_DEPENDS.icon-naming-utils+= icon-naming-utils>=0.8.90 |