diff options
author | reinoud <reinoud> | 2012-02-27 12:47:26 +0000 |
---|---|---|
committer | reinoud <reinoud> | 2012-02-27 12:47:26 +0000 |
commit | 9462706db5695b5288b8d8a5af1aed0183fcf779 (patch) | |
tree | 98d358e2ebe3ccce5f952a140fbb123a461a75c5 /math/Makefile | |
parent | ffa7de0e8bdb08fd92477ae42eff9d14d2feb9f0 (diff) | |
download | pkgsrc-9462706db5695b5288b8d8a5af1aed0183fcf779.tar.gz |
Add cgal, Computational Geometry Algorithms Library to the math Makefile
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 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 |