diff options
author | maho <maho@FreeBSD.org> | 2004-04-17 06:45:56 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-04-17 06:45:56 +0800 |
commit | c50fcd49ff4af6872823e908577bc4479783fca4 (patch) | |
tree | 0ce6627933b6af52628cb984189f0a59447d82f7 /math | |
parent | 3440ca135668438a4e66606fd2a13a2ea778672f (diff) | |
download | freebsd-ports-gnome-c50fcd49ff4af6872823e908577bc4479783fca4.tar.gz freebsd-ports-gnome-c50fcd49ff4af6872823e908577bc4479783fca4.tar.zst freebsd-ports-gnome-c50fcd49ff4af6872823e908577bc4479783fca4.zip |
Fix build depends section
Submitted by: kris (bento)
Diffstat (limited to 'math')
-rw-r--r-- | math/sdpara/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/sdpara/Makefile b/math/sdpara/Makefile index 06575e4aab5c..e400a1db39da 100644 --- a/math/sdpara/Makefile +++ b/math/sdpara/Makefile @@ -20,7 +20,8 @@ MAINTAINER= maho@FreeBSD.org COMMENT= SDPARA paralell version of SDPA (math/sdpa) LIB_DEPENDS= atlas:${PORTSDIR}/math/atlas -BUILD_DEPENDS= ${LOCALBASE}/lib/libscalapack.a:${PORTSDIR}/math/scalapack +BUILD_DEPENDS= ${LOCALBASE}/lib/libscalapack.a:${PORTSDIR}/math/scalapack \ + ${LOCALBASE}/mpich/lib/libmpich.a:${PORTSDIR}/net/mpich RESTRICTED= "unsure distribution condition" |