summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorStefan Walter <stefan@FreeBSD.org>2007-10-06 13:02:04 +0000
committerStefan Walter <stefan@FreeBSD.org>2007-10-06 13:02:04 +0000
commit6cd6d0cadd7bf35687c5622df8615a8f1ca7f338 (patch)
tree46657330a56de452fa414639545494d81073aab4 /math
parent- Update to 1.3 (diff)
Mark this port as DEPRECATED with and EXPIRATION_DATE of 2007-11-30, as it's an
outdated, unmaintained subset of math/suitesparse. PR: 116965 Submitted by: bf <bf2006a@yahoo.com>
Notes
Notes: svn path=/head/; revision=200993
Diffstat (limited to 'math')
-rw-r--r--math/umfpack/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/math/umfpack/Makefile b/math/umfpack/Makefile
index 29e0d3d1ba5d..c53ed70793bf 100644
--- a/math/umfpack/Makefile
+++ b/math/umfpack/Makefile
@@ -24,6 +24,9 @@ CONFLICTS= suitesparse-2*
WRKSRC= ${WRKDIR}/${DISTNAME}/UMFPACK
ALL_TARGET= lib
+DEPRECATED= Outdated subset of math/suitesparse
+EXPIRATION_DATE=2007-11-30
+
.include <bsd.port.pre.mk>
.if exists(${LOCALBASE}/lib/libatlas_r.so) && !defined(WITH_BLAS)