diff options
author | wiz <wiz@pkgsrc.org> | 2003-01-23 19:28:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-01-23 19:28:30 +0000 |
commit | 8b1d73bfd1ef3e8b74c19aceb0ee8e31b79e9a7a (patch) | |
tree | a9b896ce2150682bda5938bd74d2c02b06e67d64 /math | |
parent | 29443a738c003d51158ec0a22ffc8371b3f65a59 (diff) | |
download | pkgsrc-8b1d73bfd1ef3e8b74c19aceb0ee8e31b79e9a7a.tar.gz |
Add and enable graphopt.
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 d9133b024d6..2b21e82834b 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.95 2003/01/05 13:58:36 cjep Exp $ +# $NetBSD: Makefile,v 1.96 2003/01/23 19:28:30 wiz Exp $ # COMMENT= Mathematics @@ -33,6 +33,7 @@ SUBDIR+= gp-grape SUBDIR+= gp-grpconst SUBDIR+= gp-lag SUBDIR+= grace +SUBDIR+= graphopt SUBDIR+= grpn SUBDIR+= gsl SUBDIR+= guppi |