diff options
author | tron <tron@pkgsrc.org> | 1998-11-26 00:53:32 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-11-26 00:53:32 +0000 |
commit | e1379c0beaccb5e71835ef1e44969960677748c3 (patch) | |
tree | ea6a450c3c7ae3b8c3d386cdd2404c8650631526 /math | |
parent | f4f37daf361847d2ffa78b54cd445cb7addf25f8 (diff) | |
download | pkgsrc-e1379c0beaccb5e71835ef1e44969960677748c3.tar.gz |
Enable "octave".
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/Makefile b/math/Makefile index 3d994014591..3feb55a5c27 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/10/26 18:57:56 frueauf Exp $ +# $NetBSD: Makefile,v 1.7 1998/11/26 00:53:32 tron Exp $ # FreeBSD Id: Makefile,v 1.38 1998/04/13 00:51:58 jseger Exp # @@ -18,7 +18,7 @@ # SUBDIR += libranlib # SUBDIR += linpack # SUBDIR += numpy -# SUBDIR += octave + SUBDIR += octave # SUBDIR += oleo # SUBDIR += p5-MatrixReal # SUBDIR += pari |