diff options
author | sakamoto <sakamoto@pkgsrc.org> | 2002-06-12 04:30:32 +0000 |
---|---|---|
committer | sakamoto <sakamoto@pkgsrc.org> | 2002-06-12 04:30:32 +0000 |
commit | 70c98f1dc2c9fdbd42ce6fd362fb4b127715e5da (patch) | |
tree | 72ff9cec1c7b21cc9ec2d4f48135abfd1f9f5773 /editors | |
parent | 2c7252a7cbd7c7639e6aa3869ca77b7707c89784 (diff) | |
download | pkgsrc-70c98f1dc2c9fdbd42ce6fd362fb4b127715e5da.tar.gz |
use inputmethod/{canna-lib,ja-freewnn-lib}/buildlink.mk.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/mule/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/mule/Makefile b/editors/mule/Makefile index 6761d443f72..d22fd8a8cc0 100644 --- a/editors/mule/Makefile +++ b/editors/mule/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2002/06/12 01:47:38 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2002/06/12 04:30:32 sakamoto Exp $ DISTNAME= mule-2.3 CATEGORIES= editors @@ -13,10 +13,10 @@ CONFLICTS= emacs-[0-9]* .include "../../mk/bsd.prefs.mk" .if !defined(USE_WNN4) || ${USE_WNN4} == YES -DEPENDS+= ja-FreeWnn-lib>=1.10:../../inputmethod/ja-freewnn-lib +.include "../../inputmethod/ja-freewnn-lib/buildlink.mk" .endif .if !defined(USE_CANNA) || ${USE_CANNA} == YES -DEPENDS+= Canna-lib>=3.5.2:../../inputmethod/canna-lib +.include "../../inputmethod/canna-lib/buildlink.mk" .endif WRKSRC= ${WRKDIR}/mule @@ -30,11 +30,11 @@ CONFIGURE_ARGS+= --valbits=26 .endif .if !defined(USE_WNN4) || ${USE_WNN4} == YES -CONFIGURE_ARGS+= --with-wnn4 --wnn-includes=${LOCALBASE}/include/wnn --wnn-libraries=${LOCALBASE}/lib +CONFIGURE_ARGS+= --with-wnn4 --wnn-includes=${BUILDLINK_DIR}/include/wnn --wnn-libraries=${BUILDLINK_DIR}/lib .endif .if !defined(USE_CANNA) || ${USE_CANNA} == YES -CONFIGURE_ARGS+= --canna --canna-includes=${LOCALBASE}/include --canna-libraries=${LOCALBASE}/lib +CONFIGURE_ARGS+= --canna --canna-includes=${BUILDLINK_DIR}/include --canna-libraries=${BUILDLINK_DIR}/lib .endif INFO_FILES= antenews-jp canna-jp cl dired-x egg-jp emacs forms gnus mule \ |