pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/rarian Don't depend on "shells/bash" on platf...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4808d5e44d05
branches:  trunk
changeset: 535758:4808d5e44d05
user:      tron <tron%pkgsrc.org@localhost>
date:      Wed Nov 28 07:48:14 2007 +0000

description:
Don't depend on "shells/bash" on platforms which provided "/bin/bash".

diffstat:

 textproc/rarian/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 00a7163efcd9 -r 4808d5e44d05 textproc/rarian/Makefile
--- a/textproc/rarian/Makefile  Wed Nov 28 07:45:50 2007 +0000
+++ b/textproc/rarian/Makefile  Wed Nov 28 07:48:14 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/10/11 18:43:48 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2007/11/28 07:48:14 tron Exp $
 #
 
 DISTNAME=      rarian-0.6.0
@@ -16,11 +16,11 @@
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
 USE_LANGUAGES= c c++
+USE_TOOLS+=    bash:run
 
 PKGCONFIG_OVERRIDE+=   rarian.pc.in
 
 DEPENDS+=      getopt-[0-9]*:../../misc/getopt
-DEPENDS+=      bash-[0-9]*:../../shells/bash
 
 # we don't install anything here, but dependent pkgs do,
 # so we are the only instance which can reasonably own that dir



Home | Main Index | Thread Index | Old Index