diff options
Diffstat (limited to 'math/octave/Makefile')
-rw-r--r-- | math/octave/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index a646d894c34d..9d0fab996009 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,4 +1,4 @@ -# Created by: chuckr@freebsd.org +# Created by: chuckr@FreeBSD.org # $FreeBSD$ PORTNAME= octave @@ -42,6 +42,7 @@ GNU_CONFIGURE= yes INFO= octave liboctave OctaveFAQ MAN1= octave.1 mkoctfile.1 octave-config.1 +NO_STAGE= yes .include <bsd.port.pre.mk> .if exists(${LOCALBASE}/lib/libopenblas.so) |