diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-23 12:32:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-23 12:32:47 +0000 |
commit | 1de5d86461c57f1738fd18a2a2b21759cce054a9 (patch) | |
tree | 4b4015e07302c638049ba78657825bb78ff4dc72 /databases/rrdtool/Makefile | |
parent | e8350d1dfbd67d3a623a3af2322ce67e84f18596 (diff) | |
download | pkgsrc-1de5d86461c57f1738fd18a2a2b21759cce054a9.tar.gz |
NOT_FOR_PLATFORM alpha, since IEEE math there isn't up to it.
Diffstat (limited to 'databases/rrdtool/Makefile')
-rw-r--r-- | databases/rrdtool/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile index dbb396e2726..405caad3219 100644 --- a/databases/rrdtool/Makefile +++ b/databases/rrdtool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/02/16 14:17:40 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2001/02/23 12:32:47 wiz Exp $ # DISTNAME= rrdtool-1.0.28 @@ -13,6 +13,9 @@ DEPENDS+= cgilib-0.5:../../www/cgilib DEPENDS+= gd>=1.7.3:../../graphics/gd DEPENDS+= jpeg-6*:../../graphics/jpeg +# IEEE math not good enough on alpha +NOT_FOR_PLATFORM= NetBSD-*-alpha + USE_LIBTOOL= # defined USE_GMAKE= # defined USE_X11= # defined |