diff options
author | tron <tron@pkgsrc.org> | 2007-11-28 07:48:14 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2007-11-28 07:48:14 +0000 |
commit | 1225135123a43fc88f9211c8dddc73e27b4ecc46 (patch) | |
tree | 0a891a38c67095d3f479b19a5f31a57971a7c973 /textproc | |
parent | c0a2ce4a12f145a295d0a6f50245dd8623578ce5 (diff) | |
download | pkgsrc-1225135123a43fc88f9211c8dddc73e27b4ecc46.tar.gz |
Don't depend on "shells/bash" on platforms which provided "/bin/bash".
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rarian/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/rarian/Makefile b/textproc/rarian/Makefile index 9138f09bcb8..c4869322c0a 100644 --- a/textproc/rarian/Makefile +++ b/textproc/rarian/Makefile @@ -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 @@ CONFLICTS+= scrollkeeper-[0-9]* 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 |