pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/netpbm Fix pkgsrc path to bash (not old bash2).



details:   https://anonhg.NetBSD.org/pkgsrc/rev/db6443e689d1
branches:  trunk
changeset: 495801:db6443e689d1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jun 20 22:39:18 2005 +0000

description:
Fix pkgsrc path to bash (not old bash2).

diffstat:

 graphics/netpbm/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 77db04aa52df -r db6443e689d1 graphics/netpbm/Makefile
--- a/graphics/netpbm/Makefile  Mon Jun 20 22:29:40 2005 +0000
+++ b/graphics/netpbm/Makefile  Mon Jun 20 22:39:18 2005 +0000
@@ -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 @@
 # 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



Home | Main Index | Thread Index | Old Index