diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-06 21:04:42 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-06 21:04:42 +0000 |
commit | 81dd4225c6248777367f6093f3fe5003e96b7db3 (patch) | |
tree | dcd8d3b1574efbee3d97416080b51f748a8f7b0d | |
parent | Change LIBS to LDFLAGS to fix the non-GNOME build. (diff) |
BROKEN: Does not fetch
-rw-r--r-- | devel/kelp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/kelp/Makefile b/devel/kelp/Makefile index 1fa4a6972f60..248cd6717311 100644 --- a/devel/kelp/Makefile +++ b/devel/kelp/Makefile @@ -13,6 +13,8 @@ DISTNAME= KeLP1.3 MAINTAINER= keichii@freebsd.org COMMENT= KeLP is a software infrastructure for parallel computing +BROKEN= "Does not patch" + BUILD_DEPENDS= ${LOCALBASE}/mpich/bin/mpirun:${PORTSDIR}/net/mpich MAN3= kelp.3 |