diff options
author | wiz <wiz> | 2010-11-18 13:43:09 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-11-18 13:43:09 +0000 |
commit | 7dcced365a8cd9621431b59755c4001a2129cfeb (patch) | |
tree | 446092b814e22409a347bc97d7e1c95d8034bacf | |
parent | 241540d3ac0804b42098196931bd3242c53569e3 (diff) | |
download | pkgsrc-7dcced365a8cd9621431b59755c4001a2129cfeb.tar.gz |
Disable lua manually, otherwise it's found on current and PLIST breaks.
-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 |