diff options
author | wiz <wiz@pkgsrc.org> | 2005-06-20 22:39:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-06-20 22:39:18 +0000 |
commit | 602298be758b691240015d529c4f1a192e193d80 (patch) | |
tree | bc0be44f1ceb5a641ce2287947139b8f1e3ad7e1 /graphics/netpbm | |
parent | 1a0dd0a685ed3c97cca82b88f014888f3df96261 (diff) | |
download | pkgsrc-602298be758b691240015d529c4f1a192e193d80.tar.gz |
Fix pkgsrc path to bash (not old bash2).
Diffstat (limited to 'graphics/netpbm')
-rw-r--r-- | graphics/netpbm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index e89d519ba64..e1fbf19f3a2 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.112 2005/06/12 06:37:32 jlam Exp $ +# $NetBSD: Makefile,v 1.113 2005/06/20 22:39:18 wiz Exp $ DISTNAME= netpbm-10.26.9 PKGREVISION= 1 @@ -30,7 +30,7 @@ MAKE_ENV+= NETWORKLD="${LIBS}" # Several of the netpbm shell scripts use bashisms, so force using # bash for all of the shell scripts. # -DEPENDS+= bash-[0-9]*:../../shells/bash2 +DEPENDS+= bash-[0-9]*:../../shells/bash EVAL_PREFIX+= BASH_PREFIX=bash SUBST_CLASSES+= bash SUBST_STAGE.bash= post-build |