summaryrefslogtreecommitdiff
path: root/parallel
diff options
context:
space:
mode:
authorgarbled <garbled>2005-12-30 04:16:17 +0000
committergarbled <garbled>2005-12-30 04:16:17 +0000
commit76b0d4dcd48b8cd836b01a439fe821029d2c925a (patch)
tree37c6fb47daa599e18f9cc6ab94ab279df4095a91 /parallel
parent391274d3acb9ccf789764517cd898b04ac04437b (diff)
downloadpkgsrc-76b0d4dcd48b8cd836b01a439fe821029d2c925a.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')
-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)