diff options
author | kei <kei> | 2002-11-29 00:24:48 +0000 |
---|---|---|
committer | kei <kei> | 2002-11-29 00:24:48 +0000 |
commit | eb9c2f1108f05bb877bee5b1fa3312b92dfe6056 (patch) | |
tree | b038ea5c001ec1fb99e4670fd413f44395f7a2e5 /editors/mule/Makefile | |
parent | 087aa61b334229a2e55a46b4af2082738e444cbf (diff) | |
download | pkgsrc-eb9c2f1108f05bb877bee5b1fa3312b92dfe6056.tar.gz |
fixed build problem noted by Ken Nakajima in port-powerpc-ja mailing list.
confirmed on i386 and macppc.
Diffstat (limited to 'editors/mule/Makefile')
-rw-r--r-- | editors/mule/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/mule/Makefile b/editors/mule/Makefile index c5f8bbadd69..5d8714fb6d0 100644 --- a/editors/mule/Makefile +++ b/editors/mule/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2002/11/27 08:47:41 uebayasi Exp $ +# $NetBSD: Makefile,v 1.17 2002/11/29 00:24:48 kei Exp $ DISTNAME= mule-2.3 PKGREVISION= 1 @@ -11,8 +11,6 @@ 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 @@ -26,6 +24,7 @@ WRKSRC= ${WRKDIR}/mule GNU_CONFIGURE= yes USE_BUILDLINK2= yes USE_GMAKE= yes +USE_X11BASE= yes CONFIGURE_ARGS+= ${MACHINE_ARCH}--netbsd --with-x --with-x-toolkit=lucid CONFIGURE_ARGS+= --terminal-face --mcpath |