diff options
author | glewis <glewis@FreeBSD.org> | 2003-11-08 17:26:02 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2003-11-08 17:26:02 +0800 |
commit | b19d33175d8bdd5151e3b718217fbf651aac0cb1 (patch) | |
tree | 8bd5ce71aced981db7246324460e9f72e4d2bc34 /math | |
parent | a63e04a1a789835097266b7e3489f43964e64bcb (diff) | |
download | freebsd-ports-graphics-b19d33175d8bdd5151e3b718217fbf651aac0cb1.tar.gz freebsd-ports-graphics-b19d33175d8bdd5151e3b718217fbf651aac0cb1.tar.zst freebsd-ports-graphics-b19d33175d8bdd5151e3b718217fbf651aac0cb1.zip |
. 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 d28d6b82278..a20ae12fd15 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 379b54ca7b2..553cc668528 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 |