diff options
author | markd <markd@pkgsrc.org> | 2016-02-07 21:44:18 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2016-02-07 21:44:18 +0000 |
commit | 82bc0bb99ff6b71411910c3ef31380022370e4d7 (patch) | |
tree | b22eed1225b7a9e654575d4a11d343d39cab7adf /math/Makefile | |
parent | ccff423ef54def16a5e6000c513cbef7f7f38aea (diff) | |
download | pkgsrc-82bc0bb99ff6b71411910c3ef31380022370e4d7.tar.gz |
Add ocaml-zarith
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index c01cbdb767e..08ce07dc2b4 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.316 2016/01/22 14:59:09 gson Exp $ +# $NetBSD: Makefile,v 1.317 2016/02/07 21:44:18 markd Exp $ COMMENT= Mathematics @@ -163,6 +163,7 @@ SUBDIR+= newmat SUBDIR+= nickle SUBDIR+= nlopt SUBDIR+= ntl +SUBDIR+= ocaml-zarith SUBDIR+= octave SUBDIR+= odepack SUBDIR+= openaxiom |