diff options
author | maya <maya@pkgsrc.org> | 2020-01-19 18:20:45 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2020-01-19 18:20:45 +0000 |
commit | f55a198a535004e7a198cd6f7a9c04cb844d6b07 (patch) | |
tree | 99ae7f41b959638975b58132b3560beb846a4f45 /graphics | |
parent | 1aee42c9a82645955dc76b6b0054f1f94e9751a9 (diff) | |
download | pkgsrc-f55a198a535004e7a198cd6f7a9c04cb844d6b07.tar.gz |
Rename EFFECTIVE_MAKE_JOBS -> _MAKE_JOBS_N, suggested by gdt.
I am under the impression we use _THING to mean "defined by the
implementation", which would be similar to the C meaning of __ prefix,
rather than "private to this file".
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/librsvg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/librsvg/Makefile b/graphics/librsvg/Makefile index fc5f1615331..c87c7d9f4cf 100644 --- a/graphics/librsvg/Makefile +++ b/graphics/librsvg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.114 2020/01/19 16:52:46 maya Exp $ +# $NetBSD: Makefile,v 1.115 2020/01/19 18:20:46 maya Exp $ DISTNAME= librsvg-2.46.4 CATEGORIES= graphics gnome @@ -11,7 +11,7 @@ COMMENT= SVG library for GNOME LICENSE= gnu-lgpl-v2 MAKE_JOBS_SAFE= NO -MAKE_FLAGS+= CARGO_MAKE_JOBS=-j${EFFECTIVE_MAKE_JOBS} +MAKE_FLAGS+= CARGO_MAKE_JOBS=-j${_MAKE_JOBS_N} USE_LIBTOOL= yes USE_TOOLS+= pkg-config gmake aclocal autoconf automake |