summaryrefslogtreecommitdiff
path: root/databases/rrdtool
diff options
context:
space:
mode:
authorwiz <wiz>2010-11-18 13:43:09 +0000
committerwiz <wiz>2010-11-18 13:43:09 +0000
commitffb3822c6f1f5d3a9f90f32ed58fdb6689875fae (patch)
tree446092b814e22409a347bc97d7e1c95d8034bacf /databases/rrdtool
parenta268ffc99d8fb52702c568094111fc81fecb7f55 (diff)
downloadpkgsrc-ffb3822c6f1f5d3a9f90f32ed58fdb6689875fae.tar.gz
Disable lua manually, otherwise it's found on current and PLIST breaks.
Diffstat (limited to 'databases/rrdtool')
-rw-r--r--databases/rrdtool/Makefile4
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