(graphics/ncview) CONFIG_SHELL= bash <= (Syntax error: Bad substitution)
This commit is contained in:
parent
143fa7e902
commit
ffd2f1ec00
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.49 2020/08/08 22:18:27 brook Exp $
|
||||
# $NetBSD: Makefile,v 1.50 2020/09/24 11:21:40 mef Exp $
|
||||
|
||||
DISTNAME= ncview-2.1.7
|
||||
CATEGORIES= graphics
|
||||
|
@ -11,6 +11,7 @@ LICENSE= gnu-gpl-v3
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_TOOLS= pkg-config
|
||||
CONFIG_SHELL= bash
|
||||
|
||||
CONFIGURE_ARGS+= --with-udunits2_incdir=${BUILDLINK_PREFIX.udunits}/include
|
||||
CONFIGURE_ARGS+= --with-udunits2_libdir=${BUILDLINK_PREFIX.udunits}/lib
|
||||
|
|
Loading…
Reference in a new issue