summaryrefslogtreecommitdiff
path: root/databases/rrdtool
diff options
context:
space:
mode:
authortaca <taca>2007-05-17 14:41:09 +0000
committertaca <taca>2007-05-17 14:41:09 +0000
commit9bbc334ae7ea4a49b670dfe80b494635fbdcd8ca (patch)
tree8c87c827c33dc928e17b1e4e5ffc6f4ebf4753c4 /databases/rrdtool
parent732f96e36ea422965c65937fe27464d707a254a2 (diff)
downloadpkgsrc-9bbc334ae7ea4a49b670dfe80b494635fbdcd8ca.tar.gz
Explicitly disable detecting Ruby like Python.
Fix build problem when Ruby is installed.
Diffstat (limited to 'databases/rrdtool')
-rw-r--r--databases/rrdtool/Makefile3
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