diff options
Diffstat (limited to 'cad/oct-wcalc')
-rw-r--r-- | cad/oct-wcalc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/oct-wcalc/Makefile b/cad/oct-wcalc/Makefile index d20949b6ed0..0e30ef823b1 100644 --- a/cad/oct-wcalc/Makefile +++ b/cad/oct-wcalc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/11/01 03:53:18 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.2 2005/12/05 20:49:52 rillig Exp $ # .include "../../cad/wcalc/Makefile.common" @@ -22,7 +22,7 @@ CONFIGURE_ARGS+= --without-scilab # the octave-forge mex script, not any c++ code # explicitly present in wcalc. The fortran part # also comes from ocatve, not from wcalc. -GCC_REQD= 3.0 +GCC_REQD+= 3.0 USE_LANGUAGES= c c++ fortran .include "../../math/octave/octave.mk" |