diff options
author | abs <abs@pkgsrc.org> | 2003-04-10 09:16:17 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2003-04-10 09:16:17 +0000 |
commit | b345ebfcc91e39442591ae83cb20c7c9f427ee8b (patch) | |
tree | 8545977c6983c4753b82e1af078490081644f6b3 /benchmarks | |
parent | e36da38e1ac18d9af872f517996a0e4c49d7f0cc (diff) | |
download | pkgsrc-b345ebfcc91e39442591ae83cb20c7c9f427ee8b.tar.gz |
Fix COMMENT
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/skampi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/skampi/Makefile b/benchmarks/skampi/Makefile index 5bc3b70ad07..b3d0bfaf978 100644 --- a/benchmarks/skampi/Makefile +++ b/benchmarks/skampi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/03/19 17:24:20 jschauma Exp $ +# $NetBSD: Makefile,v 1.2 2003/04/10 09:16:17 abs Exp $ # DISTNAME= skampi4 @@ -10,7 +10,7 @@ DISTFILES+= skampili.ps MAINTAINER= jschauma@netbsd.org HOMEPAGE= http://liinwww.ira.uka.de/~skampi/ -COMMENT= SHORT_DESCRIPTION_OF_THE_PACKAGE +COMMENT= MPI (Message Passing Interface) benchmarks DEPENDS= mpich>=1.2.1:../../parallel/mpi-ch DEPENDS+= gnuplot>=3.7.1:../../graphics/gnuplot |