diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2020-01-21 22:43:38 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2020-01-21 22:43:38 +0000 |
commit | 2b370215da6ef0827affe26823d3598d15f5b355 (patch) | |
tree | 1e43f1a4e699ef9b8c5f454ffcd699c092dc1aa7 /math | |
parent | 033b9daecd27faf93fa20a1d0ecfcf37094800d8 (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/metis4/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/metis4/Makefile b/math/metis4/Makefile index c667c8592df0..f9baf80c2869 100644 --- a/math/metis4/Makefile +++ b/math/metis4/Makefile @@ -16,6 +16,9 @@ LICENSE_NAME= University of Minnesota METIS License LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= auto-accept +DEPRECATED= EOL: use math/metis instead +EXPIRATION_DATE= 2020-02-20 + CONFLICTS= metis-5* metis-edf-[0-9]* USE_LDCONFIG= yes |