diff options
author | knu <knu@FreeBSD.org> | 2002-11-24 21:41:11 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-11-24 21:41:11 +0800 |
commit | 50177348b28de447ea048d7ba98040597cc6bb76 (patch) | |
tree | 0e7662ae3295be981db8da5a69db516ca9f231a5 /math | |
parent | 451bc3ba857b679b6fb3a937f5e85aa3de797be0 (diff) | |
download | freebsd-ports-gnome-50177348b28de447ea048d7ba98040597cc6bb76.tar.gz freebsd-ports-gnome-50177348b28de447ea048d7ba98040597cc6bb76.tar.zst freebsd-ports-gnome-50177348b28de447ea048d7ba98040597cc6bb76.zip |
Add parallel to CATEGORIES.
PR: ports/39094
Submitted by: trevor
Diffstat (limited to 'math')
-rw-r--r-- | math/concorde/Makefile | 2 | ||||
-rw-r--r-- | math/parmetis/Makefile | 2 | ||||
-rw-r--r-- | math/scilab/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/math/concorde/Makefile b/math/concorde/Makefile index d71e5d874b44..0b85c651bc7e 100644 --- a/math/concorde/Makefile +++ b/math/concorde/Makefile @@ -8,7 +8,7 @@ PORTNAME= concorde PORTVERSION= 1.0 PORTREVISION= 1 -CATEGORIES= math +CATEGORIES= math parallel MASTER_SITES= ftp://ftp.caam.rice.edu/pub/software/keck/ DISTNAME= co991215 EXTRACT_SUFX= .tgz diff --git a/math/parmetis/Makefile b/math/parmetis/Makefile index 076169973dd1..618c0eed480b 100644 --- a/math/parmetis/Makefile +++ b/math/parmetis/Makefile @@ -7,7 +7,7 @@ PORTNAME= ParMetis PORTVERSION= 3.0 -CATEGORIES= math +CATEGORIES= math parallel MASTER_SITES= http://www-users.cs.umn.edu/~karypis/metis/parmetis/files/ MAINTAINER= eoin@maths.tcd.ie diff --git a/math/scilab/Makefile b/math/scilab/Makefile index bbcafedfe3c1..f0fd0d6a7671 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -8,7 +8,7 @@ PORTNAME= scilab PORTVERSION= 2.6 PORTREVISION= 1 -CATEGORIES= math cad +CATEGORIES= math cad parallel MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/Meta2/Scilab/distributions/ EXTRACT_SUFX= .src.tar.gz |