diff options
author | markd <markd> | 2016-02-07 21:44:18 +0000 |
---|---|---|
committer | markd <markd> | 2016-02-07 21:44:18 +0000 |
commit | 12ac61b607792b3db001327706d63b33398a84c0 (patch) | |
tree | b22eed1225b7a9e654575d4a11d343d39cab7adf /math | |
parent | 8dde177f71c877ced8b4da5d2d7cbc111b374deb (diff) | |
download | pkgsrc-12ac61b607792b3db001327706d63b33398a84c0.tar.gz |
Add ocaml-zarith
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 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 |