diff options
author | uebayasi <uebayasi> | 2002-11-27 08:47:41 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2002-11-27 08:47:41 +0000 |
commit | f827929c95e16e700cb29ba5f1342c2e821c1d56 (patch) | |
tree | 5c537b18f0970830969b01ee422999377860b97b /editors/mule | |
parent | 1e44ba9733cafd57e4e693e8337335c2b793f790 (diff) | |
download | pkgsrc-f827929c95e16e700cb29ba5f1342c2e821c1d56.tar.gz |
Mark as BROKEN; compilation has some problems.
Diffstat (limited to 'editors/mule')
-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 |