summaryrefslogtreecommitdiff
path: root/graphics/refocus-it
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/refocus-it
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/refocus-it')
-rw-r--r--graphics/refocus-it/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/refocus-it/Makefile b/graphics/refocus-it/Makefile
index 170df063de8..01a5869b05f 100644
--- a/graphics/refocus-it/Makefile
+++ b/graphics/refocus-it/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2012/10/06 14:11:19 asau Exp $
+# $NetBSD: Makefile,v 1.16 2019/11/02 22:38:04 rillig Exp $
#
DISTNAME= refocus-it-2.0.0
@@ -10,11 +10,11 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://refocus-it.sourceforge.net/
COMMENT= Refocus images
-GNU_CONFIGURE= yes
+GNU_CONFIGURE= yes
#just build the command line tool
-CONFIGURE_ARGS+= --without-gimp
-USE_PKGLOCALEDIR= yes
-USE_TOOLS+= intltool msgfmt
+CONFIGURE_ARGS+= --without-gimp
+USE_PKGLOCALEDIR= yes
+USE_TOOLS+= intltool msgfmt
BROKEN_GETTEXT_DETECTION= yes
.include "../../devel/gettext-lib/buildlink3.mk"