diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2002-11-27 08:47:41 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2002-11-27 08:47:41 +0000 |
commit | 779b38ccbb3fc5844fbf1f895a8c9e1ba82b8d1e (patch) | |
tree | 5c537b18f0970830969b01ee422999377860b97b /editors | |
parent | bbc464ed4aafb477d03dd28fb385276820b2a74c (diff) | |
download | pkgsrc-779b38ccbb3fc5844fbf1f895a8c9e1ba82b8d1e.tar.gz |
Mark as BROKEN; compilation has some problems.
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 |