diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-03 17:14:24 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-03 17:14:24 +0000 |
commit | 77f8d7c37cb5f47c19ea3a443382706b5d463f4b (patch) | |
tree | 90624493479931270d8de4019800abc0acda4dff /converters/libvisio | |
parent | a5388c1842a0443d90a11e6ff6e96d26fb7ee265 (diff) | |
download | pkgsrc-77f8d7c37cb5f47c19ea3a443382706b5d463f4b.tar.gz |
converters: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
Diffstat (limited to 'converters/libvisio')
-rw-r--r-- | converters/libvisio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/libvisio/Makefile b/converters/libvisio/Makefile index 13bc4d2c16d..e53767441f6 100644 --- a/converters/libvisio/Makefile +++ b/converters/libvisio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2019/08/22 12:22:56 ryoon Exp $ +# $NetBSD: Makefile,v 1.64 2019/11/03 17:14:25 rillig Exp $ DISTNAME= libvisio-0.1.7 PKGREVISION= 1 @@ -12,7 +12,7 @@ COMMENT= Library and tools for parsing the visio file format LICENSE= gnu-lgpl-v2.1 OR mpl-1.1 OR gnu-gpl-v2 #BUILD_DEPENDS+= doxygen>=1.8.9:../../devel/doxygen -BUILD_DEPENDS+= gperf-[0-9]*:../../devel/gperf +BUILD_DEPENDS+= gperf-[0-9]*:../../devel/gperf USE_LANGUAGES= c c++11 USE_LIBTOOL= yes |