diff options
-rw-r--r-- | math/octave-current/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/octave-current/Makefile b/math/octave-current/Makefile index 3acc5e2311b..6d19af37107 100644 --- a/math/octave-current/Makefile +++ b/math/octave-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2005/02/22 14:02:30 adam Exp $ +# $NetBSD: Makefile,v 1.42 2005/02/24 03:20:57 dmcmahill Exp $ DISTNAME= octave-${OCTAVE_VER} PKGNAME= octave-current-${OCTAVE_VER} @@ -25,7 +25,6 @@ BROKEN= Internal compiler error occurs on arm32 (even with gcc-2.95.3) .endif USE_BUILDLINK3= yes -USE_LANGUAGES= fortran USE_GNU_TOOLS+= make USE_GNU_READLINE= yes USE_MAKEINFO= yes |