summaryrefslogtreecommitdiff
path: root/textproc/rarian
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2007-11-28 09:18:57 +0000
committertron <tron@pkgsrc.org>2007-11-28 09:18:57 +0000
commit2a1ed84efbbd0c3392947f509147a70679c4c5fa (patch)
treedd483daaad4f0098f3a1a999dd7a632c3520ea5a /textproc/rarian
parent3a2689c94cf8d1f0aeb81405412b770e298287c2 (diff)
downloadpkgsrc-2a1ed84efbbd0c3392947f509147a70679c4c5fa.tar.gz
Make sure that the correct path to "bash" is used in shell scripts.
Diffstat (limited to 'textproc/rarian')
-rw-r--r--textproc/rarian/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/rarian/Makefile b/textproc/rarian/Makefile
index c4869322c0a..9095d4c1f87 100644
--- a/textproc/rarian/Makefile
+++ b/textproc/rarian/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2007/11/28 07:48:14 tron Exp $
+# $NetBSD: Makefile,v 1.3 2007/11/28 09:18:57 tron Exp $
#
DISTNAME= rarian-0.6.0
@@ -18,6 +18,8 @@ USE_LIBTOOL= yes
USE_LANGUAGES= c c++
USE_TOOLS+= bash:run
+CONFIGURE_ENV+= ac_cv_path_have_bash=${TOOLS_BASH:Q}
+
PKGCONFIG_OVERRIDE+= rarian.pc.in
DEPENDS+= getopt-[0-9]*:../../misc/getopt