pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/ncview Add USE_TOOLS+= bash



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d0f1ec0df433
branches:  trunk
changeset: 439675:d0f1ec0df433
user:      mef <mef%pkgsrc.org@localhost>
date:      Fri Sep 25 10:20:12 2020 +0000

description:
Add USE_TOOLS+= bash

diffstat:

 graphics/ncview/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 71e26643d27f -r d0f1ec0df433 graphics/ncview/Makefile
--- a/graphics/ncview/Makefile  Fri Sep 25 09:02:58 2020 +0000
+++ b/graphics/ncview/Makefile  Fri Sep 25 10:20:12 2020 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index