pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/rrdtool Explicitly disable detecting Ruby li...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/407948063a44
branches:  trunk
changeset: 528819:407948063a44
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu May 17 14:41:09 2007 +0000

description:
Explicitly disable detecting Ruby like Python.
Fix build problem when Ruby is installed.

diffstat:

 databases/rrdtool/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 44da38aad701 -r 407948063a44 databases/rrdtool/Makefile
--- a/databases/rrdtool/Makefile        Thu May 17 12:49:34 2007 +0000
+++ b/databases/rrdtool/Makefile        Thu May 17 14:41:09 2007 +0000
@@ -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+=       --with-perl-options=${MAKE_PARAMS:Q}
 CONFIGURE_ARGS+=       --disable-tcl
 CONFIGURE_ARGS+=       --disable-python
+CONFIGURE_ARGS+=       --disable-ruby
 
 PTHREAD_OPTS+=         require
 PERL5_CONFIGURE=       no



Home | Main Index | Thread Index | Old Index