1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Fixed build dependency

Submitted by:	bento
This commit is contained in:
Maho Nakata 2003-08-30 01:40:58 +00:00
parent 816e55ba89
commit e0ab61bca1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88029

View File

@ -9,10 +9,10 @@ MASTERDIR= ${.CURDIR}/../mpqc/
PKGNAMESUFFIX= -mpich
BUILD_DEPENDS= ${LOCALBASE}/mpich/lib/libmpich.a:${PORTSDIR}/net/mpich
.include "${.CURDIR}/../mpqc/Makefile"
BUILD_DEPENDS+= ${LOCALBASE}/mpich/lib/libmpich.a:${PORTSDIR}/net/mpich
# MPICH implimentation is not thread safe
CONFIGURE_ARGS+= --with-libdirs="-L${LOCALBASE}/lib -L${LOCALBASE}/mpich/lib" \
--with-include="-I${LOCALBASE}/mpich/include" \