diff options
author | maho <maho@FreeBSD.org> | 2006-10-10 10:25:29 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2006-10-10 10:25:29 +0800 |
commit | 2a4f017e9bddc67c074ae078c6e6505a9930879c (patch) | |
tree | f0a07e26265fd9548d75d9c8aead947bde6ac602 /math/suitesparse | |
parent | 8c733476bba09b2566009e36b2455a5697ef4f67 (diff) | |
download | freebsd-ports-gnome-2a4f017e9bddc67c074ae078c6e6505a9930879c.tar.gz freebsd-ports-gnome-2a4f017e9bddc67c074ae078c6e6505a9930879c.tar.zst freebsd-ports-gnome-2a4f017e9bddc67c074ae078c6e6505a9930879c.zip |
math/elmer-umfpack and math/suitesparse conflicts.
Submitted by: Pedro F. Giffuni
Diffstat (limited to 'math/suitesparse')
-rw-r--r-- | math/suitesparse/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile index c1690b30f65e..a633f0d9d64a 100644 --- a/math/suitesparse/Makefile +++ b/math/suitesparse/Makefile @@ -14,7 +14,9 @@ DISTNAME= SuiteSparse DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} MAINTAINER= maho@FreeBSD.org -COMMENT= UFspace is a set of packages for sparse matrices calculation +COMMENT= SuiteSparse is a set of packages for sparse matrices calculation + +CONFLICTS= elmer-umfpack-4* BUILD_DEPENDS= ${LOCALBASE}/lib/libmetis.a:${PORTSDIR}/math/metis |