From 4a54a4519fe699dccbc87400b7f4dce812de4704 Mon Sep 17 00:00:00 2001 From: wulf Date: Sat, 7 Jan 2006 12:54:15 +0000 Subject: Disabled bindings for tcl and python. Without it the build process may fail if these packages are installed and found by the configure process. --- databases/rrdtool/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'databases/rrdtool') diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile index b4a8239d253..2c74f7c79f8 100644 --- a/databases/rrdtool/Makefile +++ b/databases/rrdtool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2005/12/05 20:50:01 rillig Exp $ +# $NetBSD: Makefile,v 1.43 2006/01/07 12:54:15 wulf Exp $ # DISTNAME= rrdtool-1.2.11 @@ -21,6 +21,8 @@ PTHREAD_OPTS+= require CONFIGURE_ARGS+= --enable-shared CONFIGURE_ARGS+= --with-perl-options=${MAKE_PARAMS:Q} +CONFIGURE_ARGS+= --disable-tcl +CONFIGURE_ARGS+= --disable-python PERL5_CONFIGURE= NO PERL5_PACKLIST+= auto/RRDp/.packlist -- cgit v1.2.3