diff options
author | cjep <cjep> | 2002-12-23 01:26:52 +0000 |
---|---|---|
committer | cjep <cjep> | 2002-12-23 01:26:52 +0000 |
commit | f8ed5b0bab2ba7453ba86a2d7d6456ce098bf04e (patch) | |
tree | 082926e41432168c09b34542c661133b29640b64 /math/Makefile | |
parent | d0bcb2b50f8303c7eae964b5aa286dd453b7feff (diff) | |
download | pkgsrc-f8ed5b0bab2ba7453ba86a2d7d6456ce098bf04e.tar.gz |
Add and enable gp-factint.
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 ec2edb1b7ec..801c72cbe2b 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.92 2002/12/22 19:27:25 cjep Exp $ +# $NetBSD: Makefile,v 1.93 2002/12/23 01:26:52 cjep Exp $ # COMMENT= Mathematics @@ -27,6 +27,7 @@ SUBDIR+= glpk SUBDIR+= gnumeric SUBDIR+= gnumeric0 SUBDIR+= gp-autpgrp +SUBDIR+= gp-factint SUBDIR+= gp-grape SUBDIR+= gp-lag SUBDIR+= grace |