diff options
author | adam <adam@pkgsrc.org> | 2005-07-01 11:49:02 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-07-01 11:49:02 +0000 |
commit | 90f2268b2aaba3d79f9ab5be2ad815392f46fc51 (patch) | |
tree | ab611e5af93cd305ec06eabb382dcff9444f4b49 /math/octave/Makefile | |
parent | 95c68a5f75043ffb6208eb9fb1b6927fbf7e10e0 (diff) | |
download | pkgsrc-90f2268b2aaba3d79f9ab5be2ad815392f46fc51.tar.gz |
Changes 2.1.71:
* Bug fixes
Diffstat (limited to 'math/octave/Makefile')
-rw-r--r-- | math/octave/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index 195e68d1182..9f2588e7920 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2005/05/31 17:24:23 drochner Exp $ +# $NetBSD: Makefile,v 1.58 2005/07/01 11:49:02 adam Exp $ DISTNAME= octave-${OCTAVE_VER} CATEGORIES= math @@ -24,10 +24,9 @@ BROKEN= Internal compiler error occurs on arm32 (even with gcc-2.95.3) .endif USE_GNU_READLINE= yes -USE_TOOLS+= gmake USE_LIBTOOL= yes USE_MAKEINFO= yes -USE_PERL5= build +USE_TOOLS+= gmake perl GNU_CONFIGURE= yes GCC_REQD= 3.0 |