diff options
author | minskim <minskim@pkgsrc.org> | 2004-03-08 20:27:13 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-03-08 20:27:13 +0000 |
commit | 2827f5b2d8643908ee9a408f4fbcd3142928d9d9 (patch) | |
tree | a22a88a0ee3e38f7dc7ad6fe9c4f36034606ed4b /parallel | |
parent | beb854f26a9087ad927ea6f83c842c610ae4e995 (diff) | |
download | pkgsrc-2827f5b2d8643908ee9a408f4fbcd3142928d9d9.tar.gz |
Enable tk84 and replace x11/tk with x11/tk83. Packages compatible
with 8.4 will be updated to depend on x11/tk after Tk update.
Diffstat (limited to 'parallel')
-rw-r--r-- | parallel/mpi-ch/Makefile | 4 | ||||
-rw-r--r-- | parallel/openpbs/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/parallel/mpi-ch/Makefile b/parallel/mpi-ch/Makefile index cabb3cfb78b..874b96a0287 100644 --- a/parallel/mpi-ch/Makefile +++ b/parallel/mpi-ch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2004/02/18 13:33:41 jlam Exp $ +# $NetBSD: Makefile,v 1.27 2004/03/08 20:27:15 minskim Exp $ DISTNAME= mpich-1.2.5.2 CATEGORIES= parallel @@ -12,7 +12,7 @@ COMMENT= Free implementation of the Message Passing Interface .if !exists(/usr/bin/ssh) DEPENDS+= {openssh-[0-9]*,ssh{,6}-1.2.27*}:../../security/ssh .endif -DEPENDS+= tk>=8.3.0:../../x11/tk +DEPENDS+= tk>=8.3.0:../../x11/tk83 ALL_TARGET= ALL examples INSTALL_TARGET= install-all diff --git a/parallel/openpbs/Makefile b/parallel/openpbs/Makefile index 97637cba3fd..df6d53375ee 100644 --- a/parallel/openpbs/Makefile +++ b/parallel/openpbs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/12/03 22:14:46 kristerw Exp $ +# $NetBSD: Makefile,v 1.4 2004/03/08 20:27:15 minskim Exp $ # DISTNAME= OpenPBS_2_3_16 @@ -35,5 +35,5 @@ _REPLACE_FILES.tk2+= src/tools/xpbsmon/xpbsmon.src _CONFIGURE_POSTREQ+= replace-interpreter -.include "../../x11/tk/buildlink2.mk" +.include "../../x11/tk83/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |