From fc8a5c7ea52c72d197de458baaa196b11ebf4fc1 Mon Sep 17 00:00:00 2001 From: taca Date: Thu, 17 May 2007 14:41:09 +0000 Subject: Explicitly disable detecting Ruby like Python. Fix build problem when Ruby is installed. --- databases/rrdtool/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'databases/rrdtool') diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile index 0f3983fd7a4..6cedb84a541 100644 --- a/databases/rrdtool/Makefile +++ b/databases/rrdtool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2007/05/16 09:01:10 martti Exp $ +# $NetBSD: Makefile,v 1.55 2007/05/17 14:41:09 taca Exp $ DISTNAME= rrdtool-1.2.23 CATEGORIES= databases graphics net @@ -19,6 +19,7 @@ CONFIGURE_ARGS+= --enable-shared CONFIGURE_ARGS+= --with-perl-options=${MAKE_PARAMS:Q} CONFIGURE_ARGS+= --disable-tcl CONFIGURE_ARGS+= --disable-python +CONFIGURE_ARGS+= --disable-ruby PTHREAD_OPTS+= require PERL5_CONFIGURE= no -- cgit v1.2.3