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