diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-03-25 02:33:32 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-03-25 02:33:32 +0000 |
commit | da58c0cc52d74bc3c185911e7da1f235b2f13a52 (patch) | |
tree | 74f87b8dbdaf2d2318333d72721912e8ccb0ca53 /net | |
parent | BROKEN: Does not build (duplicate strcasestr) (diff) |
BROKEN: Does not build
Notes
Notes:
svn path=/head/; revision=56585
Diffstat (limited to 'net')
-rw-r--r-- | net/coda_client/Makefile | 2 | ||||
-rw-r--r-- | net/coda_server/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/net/coda_client/Makefile b/net/coda_client/Makefile index 21124882edcd..6fb9b3e8164c 100644 --- a/net/coda_client/Makefile +++ b/net/coda_client/Makefile @@ -16,6 +16,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= rvb@cs.cmu.edu +BROKEN= "Does not build" + BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm ALL_TARGET= coda diff --git a/net/coda_server/Makefile b/net/coda_server/Makefile index 5512b2b829a8..ad9da3fcd489 100644 --- a/net/coda_server/Makefile +++ b/net/coda_server/Makefile @@ -16,6 +16,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= rvb@cs.cmu.edu +BROKEN= "Does not build" + BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm ALL_TARGET= coda |