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 | 62d20a81abb99e5e3cf4c2f127a1bd6959a3701a (patch) | |
tree | 90a078baae2a6b175f9974e56fe4da8767313fe4 | |
parent | 7839b8740080257a816b6e7da84640ac8e9abb7d (diff) | |
download | pkgsrc-62d20a81abb99e5e3cf4c2f127a1bd6959a3701a.tar.gz |
Depend on either teTeX or teTeX2 and default to latter.
-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} |