diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2000-11-17 11:45:09 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2000-11-17 11:45:09 +0000 |
commit | bb62bcf63401044707012ba17ec73699e482fe04 (patch) | |
tree | c45ae914c5e60f0932b88fa72133614129008039 /net/mpich2 | |
parent | 3feeb9a814bf1b4dad5fd3142c0e298adb926371 (diff) | |
download | ports-bb62bcf63401044707012ba17ec73699e482fe04.tar.gz ports-bb62bcf63401044707012ba17ec73699e482fe04.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
Notes
Notes:
svn path=/head/; revision=35215
Diffstat (limited to 'net/mpich2')
-rw-r--r-- | net/mpich2/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/mpich2/Makefile b/net/mpich2/Makefile index 4f5e86c83415..20d0f1a83771 100644 --- a/net/mpich2/Makefile +++ b/net/mpich2/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> |