aboutsummaryrefslogtreecommitdiff
path: root/math/freemat
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-06-18 22:52:56 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-06-18 22:52:56 +0000
commit8712d22249c3151b4cad69d62a1bad5b13de5f46 (patch)
tree437f794f6a8d4063d447af45dacc11456b438d94 /math/freemat
parent2e10dc802c213bfa521ee8e417bad689d562c06c (diff)
Notes
Diffstat (limited to 'math/freemat')
-rw-r--r--math/freemat/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/math/freemat/Makefile b/math/freemat/Makefile
index db797baaddc2..f8620d2ed1c5 100644
--- a/math/freemat/Makefile
+++ b/math/freemat/Makefile
@@ -78,13 +78,8 @@ LAPACK= -llapack
.endif
.if !defined(WITHOUT_UMFPACK)
-. if exists(${LOCALBASE}/include/AMD/amd.h)
-BUILD_DEPENDS+= ${LOCALBASE}/lib/libamd.a:${PORTSDIR}/math/umfpack
-AMDINC= -I${LOCALBASE}/include/AMD
-. else
LIB_DEPENDS+= amd.1:${PORTSDIR}/math/suitesparse
AMDINC= -I${LOCALBASE}/include/suitesparse
-. endif
.endif
pre-everything::