diff options
author | drochner <drochner@pkgsrc.org> | 2007-09-19 18:02:52 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-09-19 18:02:52 +0000 |
commit | a26fbb2c0ba3f28804b1c266d3a5e8e7ef24db00 (patch) | |
tree | 753824cb385aee1f93c7afc160eeced44726ecfb /math | |
parent | b8d694fce6cf303678a981b719575aeed758f5c6 (diff) | |
download | pkgsrc-a26fbb2c0ba3f28804b1c266d3a5e8e7ef24db00.tar.gz |
+qhull
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 fff83f0c348..369d0464411 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.160 2007/09/13 10:09:52 gson Exp $ +# $NetBSD: Makefile,v 1.161 2007/09/19 18:02:52 drochner Exp $ # COMMENT= Mathematics @@ -139,6 +139,7 @@ SUBDIR+= qalculate-currency SUBDIR+= qalculate-gtk SUBDIR+= qalculate-kde SUBDIR+= qalculate-units +SUBDIR+= qhull SUBDIR+= quadpack SUBDIR+= randlib SUBDIR+= ruby-gsl |