diff options
author | glewis <glewis@FreeBSD.org> | 2003-11-08 09:26:02 +0000 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2003-11-08 09:26:02 +0000 |
commit | b19d33175d8bdd5151e3b718217fbf651aac0cb1 (patch) | |
tree | 8bd5ce71aced981db7246324460e9f72e4d2bc34 /math | |
parent | a63e04a1a789835097266b7e3489f43964e64bcb (diff) | |
download | FreeBSD-ports-b19d33175d8bdd5151e3b718217fbf651aac0cb1.zip FreeBSD-ports-b19d33175d8bdd5151e3b718217fbf651aac0cb1.tar.gz |
. Welcome kaskade to the math category (with a secondary of science).
PR: 58178
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/kaskade/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index d28d6b8..a20ae12 100644 --- a/math/Makefile +++ b/math/Makefile @@ -66,6 +66,7 @@ SUBDIR += jacal SUBDIR += jama SUBDIR += javanns + SUBDIR += kaskade SUBDIR += kseg SUBDIR += lapack SUBDIR += lapack++ diff --git a/math/kaskade/Makefile b/math/kaskade/Makefile index 379b54c..553cc66 100644 --- a/math/kaskade/Makefile +++ b/math/kaskade/Makefile @@ -7,7 +7,7 @@ PORTNAME= kaskade PORTVERSION= 3.1.1 -CATEGORIES= cad +CATEGORIES= math science MASTER_SITES= ftp://ftp.zib.de/pub/kaskade/3.x/ DISTNAME= ${PORTVERSION} EXTRACT_SUFX= .tar.Z |