summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorwiz <wiz>2005-06-20 22:39:18 +0000
committerwiz <wiz>2005-06-20 22:39:18 +0000
commitcb7a3f19019ae8a83b2cd5ccf11d40685a32ee25 (patch)
treebc0be44f1ceb5a641ce2287947139b8f1e3ad7e1 /graphics
parent2540c4469b805faff82fd6cc023bdc250287d174 (diff)
downloadpkgsrc-cb7a3f19019ae8a83b2cd5ccf11d40685a32ee25.tar.gz
Fix pkgsrc path to bash (not old bash2).
Diffstat (limited to 'graphics')
-rw-r--r--graphics/netpbm/Makefile4
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