summaryrefslogtreecommitdiff
path: root/converters/libvisio
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-03 17:14:24 +0000
committerrillig <rillig@pkgsrc.org>2019-11-03 17:14:24 +0000
commit77f8d7c37cb5f47c19ea3a443382706b5d463f4b (patch)
tree90624493479931270d8de4019800abc0acda4dff /converters/libvisio
parenta5388c1842a0443d90a11e6ff6e96d26fb7ee265 (diff)
downloadpkgsrc-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/Makefile4
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