diff options
author | wiz <wiz@pkgsrc.org> | 2010-11-18 13:43:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-11-18 13:43:09 +0000 |
commit | 6916ab53d7df8136a843f95bbec1da0e9c1cf061 (patch) | |
tree | 446092b814e22409a347bc97d7e1c95d8034bacf /databases | |
parent | 68e662352dddfed6dd37f2cd8fabf561f42e9952 (diff) | |
download | pkgsrc-6916ab53d7df8136a843f95bbec1da0e9c1cf061.tar.gz |
Disable lua manually, otherwise it's found on current and PLIST breaks.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/rrdtool/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile index fbc04634c09..903d5e18792 100644 --- a/databases/rrdtool/Makefile +++ b/databases/rrdtool/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.85 2010/09/14 11:00:47 wiz Exp $ +# $NetBSD: Makefile,v 1.86 2010/11/18 13:43:09 wiz Exp $ DISTNAME= rrdtool-1.4.4 - PKGREVISION= 2 CATEGORIES= databases graphics net MASTER_SITES= http://oss.oetiker.ch/rrdtool/pub/ @@ -21,6 +20,7 @@ CONFIGURE_ARGS+= --with-perl-options=${MAKE_PARAMS:Q} CONFIGURE_ARGS+= --disable-tcl CONFIGURE_ARGS+= --disable-python CONFIGURE_ARGS+= --disable-ruby +CONFIGURE_ARGS+= --disable-lua PTHREAD_OPTS+= require PERL5_CONFIGURE= no |