diff options
author | wiz <wiz@pkgsrc.org> | 2005-06-11 11:22:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-06-11 11:22:21 +0000 |
commit | 14d5638070919cc796a23c37648a61e553af4f86 (patch) | |
tree | 0fa9bce0c025886fdcf3c357a29017631480a52e /parallel | |
parent | 61b5f5af0488800fab3faebe0cfee49db5babe78 (diff) | |
download | pkgsrc-14d5638070919cc796a23c37648a61e553af4f86.tar.gz |
Move inclusion of tk83/bl3.mk above inclusion of bsd.pkg.mk.
Probably fixes bulk build problem.
Diffstat (limited to 'parallel')
-rw-r--r-- | parallel/mpi-ch/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/parallel/mpi-ch/Makefile b/parallel/mpi-ch/Makefile index 5a3d9a7def6..eb667bef811 100644 --- a/parallel/mpi-ch/Makefile +++ b/parallel/mpi-ch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2005/06/01 18:03:08 jlam Exp $ +# $NetBSD: Makefile,v 1.36 2005/06/11 11:22:21 wiz Exp $ DISTNAME= mpich-1.2.6 CATEGORIES= parallel @@ -90,10 +90,9 @@ post-install: @${ECHO} "exit" >> ${PREFIX}/sbin/mpiuninstall @${CHMOD} 755 ${PREFIX}/sbin/mpiuninstall +.include "../../x11/tk83/buildlink3.mk" .include "../../mk/bsd.pkg.mk" .if exists(${WRKDIR}/with-java) PLIST_SRC+= ${PKGDIR}/PLIST.java .endif - -.include "../../x11/tk83/buildlink3.mk" |