diff options
author | wiz <wiz@pkgsrc.org> | 2003-11-08 22:19:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-11-08 22:19:37 +0000 |
commit | 7e023c031f30bf126b50e6991cbdc2da2c522578 (patch) | |
tree | 90a078baae2a6b175f9974e56fe4da8767313fe4 /benchmarks | |
parent | 35c942504c6f83df57f0922cbbe874e4c53b8db6 (diff) | |
download | pkgsrc-7e023c031f30bf126b50e6991cbdc2da2c522578.tar.gz |
Depend on either teTeX or teTeX2 and default to latter.
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 8022906fa66..070298b2be7 100644 --- a/benchmarks/skampi/Makefile +++ b/benchmarks/skampi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/11/05 16:03:03 jschauma Exp $ +# $NetBSD: Makefile,v 1.6 2003/11/08 22:19:37 wiz Exp $ # DISTNAME= skampi4 @@ -14,7 +14,7 @@ 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 +DEPENDS+= teTeX{,2}>=1.0.7:../../print/teTeX2 EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} |