diff options
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 |