diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-12-24 13:02:00 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-12-24 13:02:00 +0000 |
commit | c72f46770a033862d2da82574c575a6eb68fe5e2 (patch) | |
tree | 12c91239a4244ea4b3dd993b607e6c5ce9deadcf /benchmarks/skampi | |
parent | 48a20753c5149a23eafc27c6b216724efcb91320 (diff) | |
download | pkgsrc-c72f46770a033862d2da82574c575a6eb68fe5e2.tar.gz |
Adjust dependancies and bump PKGREVISION due to:
- teTeX 1.0.x packages have been moved to teTeX1* directories.
- teTeX 2.0.x packages have been moved to teTeX* directories and their base
name has been changed to teTeX (instead of teTeX2).
Diffstat (limited to 'benchmarks/skampi')
-rw-r--r-- | benchmarks/skampi/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/benchmarks/skampi/Makefile b/benchmarks/skampi/Makefile index 070298b2be7..f5fe44ba14f 100644 --- a/benchmarks/skampi/Makefile +++ b/benchmarks/skampi/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2003/11/08 22:19:37 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2003/12/24 13:02:00 jmmv Exp $ # DISTNAME= skampi4 PKGNAME= skampi-4.0.1 +PKGREVISION= 1 CATEGORIES= benchmarks parallel MASTER_SITES= http://liinwww.ira.uka.de/~skampi/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}_userman.ps.gz @@ -14,7 +15,7 @@ COMMENT= MPI (Message Passing Interface) benchmarks DEPENDS= mpich>=1.2.1:../../parallel/mpi-ch DEPENDS+= gnuplot>=3.7.1:../../graphics/gnuplot -DEPENDS+= teTeX{,2}>=1.0.7:../../print/teTeX2 +DEPENDS+= teTeX>=1.0.7:../../print/teTeX EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} |