diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2005-02-24 03:20:57 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2005-02-24 03:20:57 +0000 |
commit | 87b4992478c992d720acab3db6021430e5936632 (patch) | |
tree | 6cc0f2b7cf74354165441b7231912aa75ca9d1d4 /math | |
parent | bd2b07baff6ea8ad8013edb7197857b52e5784cc (diff) | |
download | pkgsrc-87b4992478c992d720acab3db6021430e5936632.tar.gz |
only 1 USE_LANGUAGES= please
Diffstat (limited to 'math')
-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 |