summaryrefslogtreecommitdiff
path: root/lang/nodejs
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-03 19:03:56 +0000
committerrillig <rillig@pkgsrc.org>2019-11-03 19:03:56 +0000
commitf3e75ceb4c3556df6213bde475948b339e473145 (patch)
treeb3b17a0eba0ed16bdb945808e31f63568deae484 /lang/nodejs
parentad8095b0a5c5b758e832cddea87cfb29097177bd (diff)
downloadpkgsrc-f3e75ceb4c3556df6213bde475948b339e473145.tar.gz
lang: align variable assignments
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Diffstat (limited to 'lang/nodejs')
-rw-r--r--lang/nodejs/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/nodejs/Makefile.common b/lang/nodejs/Makefile.common
index f9a8ad8bbab..83b0271e994 100644
--- a/lang/nodejs/Makefile.common
+++ b/lang/nodejs/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.27 2019/01/18 16:24:37 jperkin Exp $
+# $NetBSD: Makefile.common,v 1.28 2019/11/03 19:04:03 rillig Exp $
# used by lang/nodejs/Makefile
# used by lang/nodejs6/Makefile
# used by lang/nodejs8/Makefile
@@ -42,7 +42,7 @@ REPLACE_PYTHON+= tools/genv8constants.py
REPLACE_PYTHON+= tools/gyp/pylib/gyp/flock_tool.py
.if ${OPSYS} == "NetBSD"
-BUILD_DEPENDS+= lockf-[0-9]*:../../sysutils/lockf
+BUILD_DEPENDS+= lockf-[0-9]*:../../sysutils/lockf
BUILDLINK_TRANSFORM+= rm:-ldl
.endif