diff options
author | wennmach <wennmach@pkgsrc.org> | 2001-03-27 12:10:24 +0000 |
---|---|---|
committer | wennmach <wennmach@pkgsrc.org> | 2001-03-27 12:10:24 +0000 |
commit | 466ca56cab0a7b40df5e66ff36abe68b293764a0 (patch) | |
tree | 460c73d8bd49c8ea478335de87b5a26f7c43d11f /math | |
parent | 1a09796e7a73f537ff3f1d5de7c346c07c4b97d5 (diff) | |
download | pkgsrc-466ca56cab0a7b40df5e66ff36abe68b293764a0.tar.gz |
Add and enable octave-current
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 1e6dd7c5fcb..15ffed48489 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2001/03/07 20:58:25 jtb Exp $ +# $NetBSD: Makefile,v 1.57 2001/03/27 12:10:24 wennmach Exp $ # COMMENT= Mathematics @@ -30,6 +30,7 @@ SUBDIR+= metis SUBDIR+= minpack SUBDIR+= ntl SUBDIR+= octave +SUBDIR+= octave-current SUBDIR+= odepack SUBDIR+= otter SUBDIR+= pari |