diff options
Diffstat (limited to 'math/octave-current')
-rw-r--r-- | math/octave-current/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/octave-current/Makefile b/math/octave-current/Makefile index a5ac560a6e9..4b943d3af16 100644 --- a/math/octave-current/Makefile +++ b/math/octave-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2006/02/05 23:10:03 joerg Exp $ +# $NetBSD: Makefile,v 1.55 2006/03/05 16:27:27 jlam Exp $ DISTNAME= octave-${OCTAVE_VER} PKGNAME= octave-current-${OCTAVE_VER} @@ -27,8 +27,7 @@ BROKEN= Internal compiler error occurs on arm32 (even with gcc-2.95.3) USE_GNU_READLINE= yes USE_LIBTOOL= yes -USE_MAKEINFO= yes -USE_TOOLS+= gmake perl +USE_TOOLS+= gmake makeinfo perl GNU_CONFIGURE= yes GCC_REQD+= 3.0 |