diff options
author | taca <taca@pkgsrc.org> | 2007-05-17 14:41:09 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2007-05-17 14:41:09 +0000 |
commit | 864c3a69730314e18fb4a1a31cb8c8ac43e3ef76 (patch) | |
tree | 8c87c827c33dc928e17b1e4e5ffc6f4ebf4753c4 /databases | |
parent | 5cb857d50bfd0963166d5a3a0855dd7b4d60e199 (diff) | |
download | pkgsrc-864c3a69730314e18fb4a1a31cb8c8ac43e3ef76.tar.gz |
Explicitly disable detecting Ruby like Python.
Fix build problem when Ruby is installed.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/rrdtool/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |