diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2025-05-13 00:25:18 +0300 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2025-05-13 00:27:24 +0300 |
commit | e62b377d899173f3eaece9e133ad5e996f48515d (patch) | |
tree | 93fc666bbf354e8dba178bd19c1966532c557a73 /math/gmm++/Makefile | |
parent | x11/plasma6-plasma-workspace: add missing runtime dependencies (diff) |
math/gmm++: return to the pool
KDE ports do not it anymore.
Diffstat (limited to 'math/gmm++/Makefile')
-rw-r--r-- | math/gmm++/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gmm++/Makefile b/math/gmm++/Makefile index ab0a022aa4be..b43a6b76e2ff 100644 --- a/math/gmm++/Makefile +++ b/math/gmm++/Makefile @@ -4,7 +4,7 @@ CATEGORIES= math MASTER_SITES= http://download-mirror.savannah.gnu.org/releases/getfem/stable/ DISTNAME= ${PORTNAME:S/+//g}-${PORTVERSION} -MAINTAINER= kde@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Generic matrix template library WWW= https://getfem.org/gmm/ |