summaryrefslogtreecommitdiff
path: root/graphics/extrema
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-02 22:37:52 +0000
committerrillig <rillig@pkgsrc.org>2019-11-02 22:37:52 +0000
commit32c30875cca2de4f6c7cded0af0c0d7f1d37ddb1 (patch)
tree5badba5272b71ca0f2ae24092afab850b81c7059 /graphics/extrema
parent2476b87659dab34be04553e56079d38facafe0ad (diff)
downloadpkgsrc-32c30875cca2de4f6c7cded0af0c0d7f1d37ddb1.tar.gz
graphics: align variable assignments
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Diffstat (limited to 'graphics/extrema')
-rw-r--r--graphics/extrema/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/extrema/Makefile b/graphics/extrema/Makefile
index 9ef0d3afe6f..6b3b742182d 100644
--- a/graphics/extrema/Makefile
+++ b/graphics/extrema/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2016/08/01 04:03:48 mef Exp $
+# $NetBSD: Makefile,v 1.28 2019/11/02 22:37:56 rillig Exp $
#
DISTNAME= extrema-4.4.5
@@ -10,10 +10,10 @@ HOMEPAGE= http://exsitewebware.com/extrema/
COMMENT= Visualization and data analysis tool
LICENSE= gnu-gpl-v2
-GNU_CONFIGURE= yes
-USE_LIBTOOL= yes
-USE_LANGUAGES= c c++
-USE_TOOLS+= gmake
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_LANGUAGES= c c++
+USE_TOOLS+= gmake
CONFIGURE_ARGS+= --with-wxGTK
.include "../../mk/wxGTK.mk"