diff options
author | tron <tron@pkgsrc.org> | 2007-11-28 09:18:57 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2007-11-28 09:18:57 +0000 |
commit | 2a1ed84efbbd0c3392947f509147a70679c4c5fa (patch) | |
tree | dd483daaad4f0098f3a1a999dd7a632c3520ea5a /textproc | |
parent | 3a2689c94cf8d1f0aeb81405412b770e298287c2 (diff) | |
download | pkgsrc-2a1ed84efbbd0c3392947f509147a70679c4c5fa.tar.gz |
Make sure that the correct path to "bash" is used in shell scripts.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rarian/Makefile | 4 |
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 |