diff options
author | chuckr <chuckr@FreeBSD.org> | 1999-09-26 02:48:27 +0800 |
---|---|---|
committer | chuckr <chuckr@FreeBSD.org> | 1999-09-26 02:48:27 +0800 |
commit | e4bb8b364b8c0bb38445fb1dffb1c6cf13a6730a (patch) | |
tree | 96ab60b8133f4a88956e2388ee80fb2bc9f9dd31 /editors | |
parent | 951eaf203dbfcbd357357add24bf019bc4900f1f (diff) | |
download | freebsd-ports-gnome-e4bb8b364b8c0bb38445fb1dffb1c6cf13a6730a.tar.gz freebsd-ports-gnome-e4bb8b364b8c0bb38445fb1dffb1c6cf13a6730a.tar.zst freebsd-ports-gnome-e4bb8b364b8c0bb38445fb1dffb1c6cf13a6730a.zip |
Just noticed it's not initializing right, I set it BROKEN again, sorry.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/thoteditor/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/thoteditor/Makefile b/editors/thoteditor/Makefile index 617bee110237..3289ceaf25d4 100644 --- a/editors/thoteditor/Makefile +++ b/editors/thoteditor/Makefile @@ -23,6 +23,8 @@ THOT_SUBDIR= Target REQUIRES_MOTIF= yes WRKSRC= $(WRKDIR)/Thot/$(THOT_SUBDIR) +BROKEN= initialization issues not finished yet + REQUIRES_MOTIF= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-thot --enable-plugin --without-insure --without-amaya --disable-java --disable-intr --disable-jit --disable-math --disable-ilu |