diff options
author | mef <mef@pkgsrc.org> | 2020-09-25 10:20:12 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2020-09-25 10:20:12 +0000 |
commit | b5f3c705f17688781f42abc2afc7bc2965b41bba (patch) | |
tree | 44600b59fd4a1755ff97b7289e43a6b682525f7d /graphics | |
parent | f31a30d97af561b09092a74114cb50cf8e632058 (diff) | |
download | pkgsrc-b5f3c705f17688781f42abc2afc7bc2965b41bba.tar.gz |
Add USE_TOOLS+= bash
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ncview/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/ncview/Makefile b/graphics/ncview/Makefile index 0e148e6d85a..a4348ea0d06 100644 --- a/graphics/ncview/Makefile +++ b/graphics/ncview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2020/09/24 11:21:40 mef Exp $ +# $NetBSD: Makefile,v 1.51 2020/09/25 10:20:12 mef Exp $ DISTNAME= ncview-2.1.7 CATEGORIES= graphics @@ -12,6 +12,7 @@ LICENSE= gnu-gpl-v3 GNU_CONFIGURE= yes USE_TOOLS= pkg-config CONFIG_SHELL= bash +USE_TOOLS+= bash CONFIGURE_ARGS+= --with-udunits2_incdir=${BUILDLINK_PREFIX.udunits}/include CONFIGURE_ARGS+= --with-udunits2_libdir=${BUILDLINK_PREFIX.udunits}/lib |