summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-03-30 19:52:42 +0000
committerwiz <wiz@pkgsrc.org>2005-03-30 19:52:42 +0000
commit809d8f3dad7d6d01e70b6a733b26d4f872929bbe (patch)
treeaf1ac412173c193333eafeaf4111d569ef327d64 /benchmarks
parent9995907d4fc3411ef989dcce2caf3f203f4f7799 (diff)
downloadpkgsrc-809d8f3dad7d6d01e70b6a733b26d4f872929bbe.tar.gz
Convert to bl3.
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/skampi/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/skampi/Makefile b/benchmarks/skampi/Makefile
index ef95fe1df33..bc818f258be 100644
--- a/benchmarks/skampi/Makefile
+++ b/benchmarks/skampi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/03/26 02:27:34 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2005/03/30 19:52:42 wiz Exp $
#
DISTNAME= skampi4
@@ -13,7 +13,6 @@ MAINTAINER= jschauma@NetBSD.org
HOMEPAGE= http://liinwww.ira.uka.de/~skampi/
COMMENT= MPI (Message Passing Interface) benchmarks
-DEPENDS= mpich>=1.2.1:../../parallel/mpi-ch
DEPENDS+= gnuplot>=3.7.1:../../graphics/gnuplot
DEPENDS+= teTeX>=1.0.7:../../print/teTeX
@@ -51,4 +50,5 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/.skampi-dt-short \
${PREFIX}/share/examples/skampi/dot.skampi-dt-short
+.include "../../parallel/mpi-ch/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"