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 | 94c58c30165c077e55f3abd064c8f63c08feea44 (patch) | |
tree | 446092b814e22409a347bc97d7e1c95d8034bacf /databases/rrdtool | |
parent | ff71d244124825adaafc4c934e60c55d903abc78 (diff) | |
download | pkgsrc-94c58c30165c077e55f3abd064c8f63c08feea44.tar.gz |
Disable lua manually, otherwise it's found on current and PLIST breaks.
Diffstat (limited to 'databases/rrdtool')
-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 |