diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-06-18 22:52:56 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-06-18 22:52:56 +0000 |
commit | 8712d22249c3151b4cad69d62a1bad5b13de5f46 (patch) | |
tree | 437f794f6a8d4063d447af45dacc11456b438d94 /math/freemat | |
parent | 2e10dc802c213bfa521ee8e417bad689d562c06c (diff) |
Notes
Diffstat (limited to 'math/freemat')
-rw-r--r-- | math/freemat/Makefile | 5 |
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:: |