diff options
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/metis-edf/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 143bf09a8b56..45509efe5fcf 100644 --- a/math/Makefile +++ b/math/Makefile @@ -83,6 +83,7 @@ SUBDIR += matrix SUBDIR += maxima SUBDIR += metis + SUBDIR += metis-edf SUBDIR += mpexpr SUBDIR += mprime SUBDIR += mtl diff --git a/math/metis-edf/Makefile b/math/metis-edf/Makefile index ccff2cbaddc2..0135f8e63898 100644 --- a/math/metis-edf/Makefile +++ b/math/metis-edf/Makefile @@ -7,7 +7,7 @@ PORTNAME= metis-edf PORTVERSION= 3.1 -CATEGORIES= cad +CATEGORIES= math MASTER_SITES= http://www.code-aster.org/FICHIERS/metis/ MAINTAINER= ports@FreeBSD.org |