aboutsummaryrefslogtreecommitdiffstats
path: root/net/mpich
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2000-11-17 19:45:09 +0800
committerlioux <lioux@FreeBSD.org>2000-11-17 19:45:09 +0800
commitfa04184f611a3d0456017d6f6354287c9ce30649 (patch)
treeb5f1f47805bc667d532662709f2542e68c6c0e39 /net/mpich
parent50aae5c09bb0a6c0b14f9e3b9c0071d94bdbd95f (diff)
downloadfreebsd-ports-graphics-fa04184f611a3d0456017d6f6354287c9ce30649.tar.gz
freebsd-ports-graphics-fa04184f611a3d0456017d6f6354287c9ce30649.tar.zst
freebsd-ports-graphics-fa04184f611a3d0456017d6f6354287c9ce30649.zip
Add tk80 dependecy and have MPICH use it, so that
all files listed in the PLIST get correctly built on any system. Submitted by: maintainer Found by: bento
Diffstat (limited to 'net/mpich')
-rw-r--r--net/mpich/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/net/mpich/Makefile b/net/mpich/Makefile
index 4f5e86c8341..20d0f1a8377 100644
--- a/net/mpich/Makefile
+++ b/net/mpich/Makefile
@@ -16,10 +16,14 @@ PATCHFILES= 5487 5524 5542 5543 5594 5613
MAINTAINER= dbader@eece.unm.edu
+RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80
+BUILD_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80
+
DIST_SUBDIR= mpich
HAS_CONFIGURE= yes
-CONFIGURE_ARGS= -cflags="${CFLAGS}" -prefix=${PREFIX}/mpich
+CONFIGURE_ARGS= -cflags="${CFLAGS}" -prefix=${PREFIX}/mpich \
+ -mpe_opts="--with-wishloc=wish8.0"
.include <bsd.port.pre.mk>