diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-06-30 19:11:53 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-06-30 19:11:53 +0000 |
commit | 2043c50dabed8af081a23f543b5fd7c58553909d (patch) | |
tree | 5add5d8d2f027d035a200483b69f8f384dcd5201 /math | |
parent | a8637096c3c23e2fcc0db8e4241ec339e313488f (diff) |
Add dependency for gmake
Noticed by: kris
Notes
Notes:
svn path=/head/; revision=83922
Diffstat (limited to 'math')
-rw-r--r-- | math/spooles-mpich/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/math/spooles-mpich/Makefile b/math/spooles-mpich/Makefile index 1e775eb6438d..52b5dff147ce 100644 --- a/math/spooles-mpich/Makefile +++ b/math/spooles-mpich/Makefile @@ -11,5 +11,3 @@ USE_MPI= YES .include "${.CURDIR}/../spooles/Makefile" PKGNAMESUFFIX= -mpich - -BUILD_DEPENDS= ${LOCALBASE}/mpich/lib/libmpich.a:${PORTSDIR}/net/mpich |