diff options
author | wulf <wulf@pkgsrc.org> | 2006-01-07 12:54:15 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2006-01-07 12:54:15 +0000 |
commit | 2c945bec78c145b3d7be889f5a5c2d2c4ca45054 (patch) | |
tree | ece8e8982ce1855ae29709a95a6e1b3c96dd13a8 /databases | |
parent | 907ca19af350e7151038130bd16eabd6c304c28a (diff) | |
download | pkgsrc-2c945bec78c145b3d7be889f5a5c2d2c4ca45054.tar.gz |
Disabled bindings for tcl and python. Without it the build
process may fail if these packages are installed and found by the
configure process.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/rrdtool/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |