diff options
author | reinoud <reinoud@pkgsrc.org> | 2012-02-27 12:47:26 +0000 |
---|---|---|
committer | reinoud <reinoud@pkgsrc.org> | 2012-02-27 12:47:26 +0000 |
commit | dad2c7c64d451a219b2202a4142a90459a77bdb8 (patch) | |
tree | 98d358e2ebe3ccce5f952a140fbb123a461a75c5 /math | |
parent | ceb3a3cdb3edc3c3d5e5d923fec539d8b6c0321d (diff) | |
download | pkgsrc-dad2c7c64d451a219b2202a4142a90459a77bdb8.tar.gz |
Add cgal, Computational Geometry Algorithms Library to the math Makefile
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 c61a6583601..ab6d6c34c00 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.223 2012/02/09 12:42:21 drochner Exp $ +# $NetBSD: Makefile,v 1.224 2012/02/27 12:47:26 reinoud Exp $ COMMENT= Mathematics @@ -55,6 +55,7 @@ SUBDIR+= blitz++ SUBDIR+= calc SUBDIR+= calcoo SUBDIR+= capc-calc +SUBDIR+= cgal SUBDIR+= clisp-pari SUBDIR+= cln SUBDIR+= dcdflib.c |