summaryrefslogtreecommitdiff
path: root/benchmarks/skampi
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
commitda881c980b12bb374420f44a22f977a106e36d0c (patch)
tree62ac1e0660701170bc89b6f0c6a80ae221a99b92 /benchmarks/skampi
parentf00b513900d46d9804eae9c8a5b0e8637f8626b8 (diff)
downloadpkgsrc-da881c980b12bb374420f44a22f977a106e36d0c.tar.gz
convert to use tex.buildlink3.mk
Accepts teTeX1, teTeX2 and teTeX3
Diffstat (limited to 'benchmarks/skampi')
-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"