diff options
Diffstat (limited to 'net/mpich2/Makefile')
-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 4f5e86c..20d0f1a 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> |