summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2010-11-18 13:43:09 +0000
committerwiz <wiz@pkgsrc.org>2010-11-18 13:43:09 +0000
commit94c58c30165c077e55f3abd064c8f63c08feea44 (patch)
tree446092b814e22409a347bc97d7e1c95d8034bacf /databases
parentff71d244124825adaafc4c934e60c55d903abc78 (diff)
downloadpkgsrc-94c58c30165c077e55f3abd064c8f63c08feea44.tar.gz
Disable lua manually, otherwise it's found on current and PLIST breaks.
Diffstat (limited to 'databases')
-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