diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-04-19 21:40:52 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-04-19 21:40:52 +0000 |
commit | c1dab89fe01db66b713b995e9d658908660edc59 (patch) | |
tree | 5d3a5ee1742a6846d585c3e2b04b7cda3c415916 /editors/mule | |
parent | 565b8355d0f63e019504d33b4271114419b1a33d (diff) | |
download | pkgsrc-c1dab89fe01db66b713b995e9d658908660edc59.tar.gz |
bl3ify
Diffstat (limited to 'editors/mule')
-rw-r--r-- | editors/mule/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/mule/Makefile b/editors/mule/Makefile index df9c1aa0884..3064370f1c8 100644 --- a/editors/mule/Makefile +++ b/editors/mule/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2004/02/16 21:34:18 seb Exp $ +# $NetBSD: Makefile,v 1.26 2004/04/19 21:40:52 xtraeme Exp $ DISTNAME= mule-2.3 PKGREVISION= 2 @@ -14,15 +14,15 @@ CONFLICTS= emacs-[0-9]* .include "../../mk/bsd.prefs.mk" .if !defined(USE_WNN4) || ${USE_WNN4} == YES -.include "../../inputmethod/ja-freewnn-lib/buildlink2.mk" +.include "../../inputmethod/ja-freewnn-lib/buildlink3.mk" .endif .if !defined(USE_CANNA) || ${USE_CANNA} == YES -.include "../../inputmethod/canna-lib/buildlink2.mk" +.include "../../inputmethod/canna-lib/buildlink3.mk" .endif WRKSRC= ${WRKDIR}/mule GNU_CONFIGURE= yes -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_GNU_TOOLS+= make USE_X11= yes |