summaryrefslogtreecommitdiff
path: root/parallel/mpi-ch/Makefile
diff options
context:
space:
mode:
authorgarbled <garbled@pkgsrc.org>2005-12-30 04:16:17 +0000
committergarbled <garbled@pkgsrc.org>2005-12-30 04:16:17 +0000
commit358bf07663bea011df7958f38881396067476ecd (patch)
tree37c6fb47daa599e18f9cc6ab94ab279df4095a91 /parallel/mpi-ch/Makefile
parentc86ee7f74c31c8265f1d36e50b51ee319f4541f8 (diff)
downloadpkgsrc-358bf07663bea011df7958f38881396067476ecd.tar.gz
Address PR pkg/30506 :
Change pkg to use tk instead of tk83. I found no compelling reason for it to still be dependant on the old version of tk. Change the HOMEPAGE, as the old one no longer works. Tested install, the pkg seems to install stuff properly now.. I believe the PR should now be addressed fully.
Diffstat (limited to 'parallel/mpi-ch/Makefile')
-rw-r--r--parallel/mpi-ch/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/parallel/mpi-ch/Makefile b/parallel/mpi-ch/Makefile
index d7743283e32..180c37d5243 100644
--- a/parallel/mpi-ch/Makefile
+++ b/parallel/mpi-ch/Makefile
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.40 2005/12/05 23:55:16 rillig Exp $
+# $NetBSD: Makefile,v 1.41 2005/12/30 04:16:17 garbled Exp $
DISTNAME= mpich-1.2.6
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= parallel
MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/mpi/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} mpich-docs.tgz
MAINTAINER= root@garbled.net
-HOMEPAGE= http://www.mcs.anl.gov/mpi/mpich/index.html
+HOMEPAGE= http://www-unix.mcs.anl.gov/mpi/mpich/index.html
COMMENT= Free implementation of the Message Passing Interface
.if !exists(/usr/bin/ssh)
@@ -96,7 +96,7 @@ post-install:
@${ECHO} "exit" >> ${PREFIX}/sbin/mpiuninstall
@${CHMOD} 755 ${PREFIX}/sbin/mpiuninstall
-.include "../../x11/tk83/buildlink3.mk"
+.include "../../x11/tk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
.if exists(${WRKDIR}/with-java)