diff options
author | obrien <obrien@FreeBSD.org> | 2000-10-19 20:48:34 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-10-19 20:48:34 +0000 |
commit | 232928440d0d003394955b8b8ce0ab00b747bb7d (patch) | |
tree | 6ad855683c32add3ae6fce68fc71af4f84290a2a /editors/openoffice | |
parent | 2a1251183d846f82f15bbccbeb463f6f7d43a02d (diff) | |
download | FreeBSD-ports-232928440d0d003394955b8b8ce0ab00b747bb7d.zip FreeBSD-ports-232928440d0d003394955b8b8ce0ab00b747bb7d.tar.gz |
Mark this broken so people don't casually actually try to use this.
Those wanting to work on the port should just comment out the "BROKEN"
of course.
Diffstat (limited to 'editors/openoffice')
-rw-r--r-- | editors/openoffice/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index 664b4dc..e8a5197 100644 --- a/editors/openoffice/Makefile +++ b/editors/openoffice/Makefile @@ -14,6 +14,8 @@ DISTNAME= oo_605_src MAINTAINER= obrien@FreeBSD.org +BROKEN= 'work in progress -- does not work yet' + CONFIGURE_WRKSRC= ${WRKSRC}/config_office .include <bsd.port.pre.mk> |