diff options
Diffstat (limited to 'math/octave')
-rw-r--r-- | math/octave/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index b513c0d1abf..1df55684164 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.106 2012/12/16 01:52:23 obache Exp $ +# $NetBSD: Makefile,v 1.107 2012/12/20 15:11:15 prlw1 Exp $ DISTNAME= octave-${OCTAVE_VER} PKGREVISION= 3 @@ -36,6 +36,8 @@ CONFIGURE_ARGS+= --enable-dl CONFIGURE_ARGS+= --enable-static CONFIGURE_ARGS+= --enable-shared +CONFIGURE_ARGS+= --without-opengl + .include "options.mk" INFO_FILES= yes |