diff options
author | minskim <minskim> | 2006-05-13 03:44:23 +0000 |
---|---|---|
committer | minskim <minskim> | 2006-05-13 03:44:23 +0000 |
commit | ce8253eb185afe7af05efa6b30ab611bd8ea7570 (patch) | |
tree | 2c18ca092663df72077c1e313c65a4dcdcd9c1ee /benchmarks/skampi | |
parent | 46bd498aada7dbe7d570f3edbfc6760c6a03f458 (diff) | |
download | pkgsrc-ce8253eb185afe7af05efa6b30ab611bd8ea7570.tar.gz |
Remove references to teTeX1.
Diffstat (limited to 'benchmarks/skampi')
-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 f06841f19c4..f4aa284c026 100644 --- a/benchmarks/skampi/Makefile +++ b/benchmarks/skampi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/02/05 23:08:19 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2006/05/13 03:44:23 minskim Exp $ # DISTNAME= skampi4 @@ -14,7 +14,7 @@ HOMEPAGE= http://liinwww.ira.uka.de/~skampi/ COMMENT= MPI (Message Passing Interface) benchmarks DEPENDS+= gnuplot>=3.7.1:../../graphics/gnuplot -TEX_ACCEPTED= teTeX1 teTeX2 teTeX3 +TEX_ACCEPTED= teTeX2 teTeX3 EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} |