diff options
author | tron <tron> | 2007-11-28 09:18:57 +0000 |
---|---|---|
committer | tron <tron> | 2007-11-28 09:18:57 +0000 |
commit | 08a1de65a7f3d365e6d0acb172fc4bc211a95530 (patch) | |
tree | dd483daaad4f0098f3a1a999dd7a632c3520ea5a /textproc/rarian | |
parent | 785219a606cbc8283a33845fb85f0485eae578ec (diff) | |
download | pkgsrc-08a1de65a7f3d365e6d0acb172fc4bc211a95530.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/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 |