diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-03-25 02:27:32 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-03-25 02:27:32 +0000 |
commit | 3efc8c466a3d210631cfcfda146d9932de5cd02d (patch) | |
tree | f1f1038a7455742031adfc137ffa5b678ebedfa2 /net | |
parent | Remove the cdd port, which was broken long ago by the CAM import. (diff) |
BROKEN: Does not install/package
Notes
Notes:
svn path=/head/; revision=56581
Diffstat (limited to 'net')
-rw-r--r-- | net/citadel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/citadel/Makefile b/net/citadel/Makefile index 21ad2197fa64..08d81c06b95f 100644 --- a/net/citadel/Makefile +++ b/net/citadel/Makefile @@ -15,6 +15,8 @@ DISTNAME= ${PORTNAME}-ux-${PORTVERSION} MAINTAINER= brian@shadowcom.net +BROKEN= "Does not install/package" + LIB_DEPENDS= gdbm:${PORTSDIR}/databases/gdbm WRKSRC= ${WRKDIR}/citadel |