diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/mule/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/mule/Makefile b/editors/mule/Makefile index 51c3c70f013..c5f8bbadd69 100644 --- a/editors/mule/Makefile +++ b/editors/mule/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2002/10/13 16:09:32 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2002/11/27 08:47:41 uebayasi Exp $ DISTNAME= mule-2.3 PKGREVISION= 1 @@ -11,6 +11,8 @@ COMMENT= Multilingual GNU editing macros (editor) CONFLICTS= emacs-[0-9]* +BROKEN= Compilation has some problems + .include "../../mk/bsd.prefs.mk" .if !defined(USE_WNN4) || ${USE_WNN4} == YES |