diff options
author | asau <asau@pkgsrc.org> | 2010-05-16 11:16:19 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2010-05-16 11:16:19 +0000 |
commit | aa18148e8e41b57d00cacb9f5a3333d2fb92b0a7 (patch) | |
tree | 8996e7adb7b4c481a2448df9e5fac628cb34170c /benchmarks | |
parent | 33e06c4f86de5b15d214bddf4b066368c5a306f8 (diff) | |
download | pkgsrc-aa18148e8e41b57d00cacb9f5a3333d2fb92b0a7.tar.gz |
gnuplot isn't used, remove it completely.
Use common point to depend on MPI (mk/mpi.buildlink3.mk).
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/skampi/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/benchmarks/skampi/Makefile b/benchmarks/skampi/Makefile index a38df9439dc..2ee8eb43a22 100644 --- a/benchmarks/skampi/Makefile +++ b/benchmarks/skampi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2009/12/13 01:46:31 asau Exp $ +# $NetBSD: Makefile,v 1.24 2010/05/16 11:16:19 asau Exp $ # DISTNAME= skampi @@ -11,8 +11,6 @@ HOMEPAGE= http://liinwww.ira.uka.de/~skampi/ COMMENT= MPI (Message Passing Interface) benchmarks LICENSE= gnu-gpl-v2 -#DEPENDS+= gnuplot>=3.7.1:../../graphics/gnuplot # optional - PKG_DESTDIR_SUPPORT= user-destdir DIST_SUBDIR= ${PKGNAME_NOREV} @@ -28,6 +26,5 @@ do-install: (cd ${WRKSRC} && pax -rw ski ${DESTDIR}${PREFIX}/share/skampi) (cd ${WRKSRC} && pax -rw doc ${DESTDIR}${PREFIX}/share/skampi) -.include "../../parallel/mpi-ch/buildlink3.mk" -#.include "../../parallel/openmpi/buildlink3.mk" +.include "../../mk/mpi.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |