diff options
author | tron <tron> | 2007-11-28 07:48:14 +0000 |
---|---|---|
committer | tron <tron> | 2007-11-28 07:48:14 +0000 |
commit | 30461dae7f06337c72445611e48b07e9cdd7e4c7 (patch) | |
tree | 0a891a38c67095d3f479b19a5f31a57971a7c973 /textproc/rarian | |
parent | b9f8415fafb8d422dd1871416fcfa6322e30aa8b (diff) | |
download | pkgsrc-30461dae7f06337c72445611e48b07e9cdd7e4c7.tar.gz |
Don't depend on "shells/bash" on platforms which provided "/bin/bash".
Diffstat (limited to 'textproc/rarian')
-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 |