summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authortonio <tonio@pkgsrc.org>2005-11-08 17:40:38 +0000
committertonio <tonio@pkgsrc.org>2005-11-08 17:40:38 +0000
commitc2a6cf2761b92f85f9d3b0684e8f01853cfb184b (patch)
tree62ac1e0660701170bc89b6f0c6a80ae221a99b92 /benchmarks
parent577d3aaf4b8fde322bbe1677db1b839406a1ebba (diff)
downloadpkgsrc-c2a6cf2761b92f85f9d3b0684e8f01853cfb184b.tar.gz
convert to use tex.buildlink3.mk
Accepts teTeX1, teTeX2 and teTeX3
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/skampi/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/benchmarks/skampi/Makefile b/benchmarks/skampi/Makefile
index d9e0152a508..73e6094892e 100644
--- a/benchmarks/skampi/Makefile
+++ b/benchmarks/skampi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2005/07/16 01:19:07 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2005/11/08 17:40:38 tonio 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
-DEPENDS+= teTeX>=1.0.7:../../print/teTeX
+LATEX_ACCEPTED= teTeX1 teTeX2 teTeX3
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
@@ -53,4 +53,5 @@ do-install:
${PREFIX}/share/examples/skampi/dot.skampi-dt-short
.include "../../parallel/mpi-ch/buildlink3.mk"
+.include "../../mk/tex.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"