diff options
author | minskim <minskim@pkgsrc.org> | 2004-03-05 19:09:22 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-03-05 19:09:22 +0000 |
commit | 78e413a42252f0e4a95eb4c9aec69a8746dbf1f9 (patch) | |
tree | 26f32aa88aef88f278f3de3f0f48f3fdcf1a55e8 /inputmethod/canna-canuum | |
parent | 25c7da72218e95cac9ead739f063b2e8c822ea69 (diff) | |
download | pkgsrc-78e413a42252f0e4a95eb4c9aec69a8746dbf1f9.tar.gz |
Make Canna* packages use the buildlink framework. It will fix the
build problem reported by Yasushi Oshima on tech-pkg-ja@jp.NetBSD.org.
Diffstat (limited to 'inputmethod/canna-canuum')
-rw-r--r-- | inputmethod/canna-canuum/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/inputmethod/canna-canuum/Makefile b/inputmethod/canna-canuum/Makefile index a94c328ee6b..93a8092b550 100644 --- a/inputmethod/canna-canuum/Makefile +++ b/inputmethod/canna-canuum/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2003/09/23 15:06:58 uebayasi Exp $ +# $NetBSD: Makefile,v 1.2 2004/03/05 19:09:22 minskim Exp $ # .include "../../inputmethod/canna/Makefile.common" @@ -6,7 +6,7 @@ CANNA_MODULE= canuum MAINTAINER= oishi@ims.ac.jp -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES MAKE_ARGS+= PREFIX=${PREFIX} do-configure: @@ -33,6 +33,6 @@ post-install: @${INSTALL_MAN} ${WRKSRC}/canuum/canuum.jmn \ ${PREFIX}/man/ja_JP.EUC/man1/canuum.1 -.include "../../devel/nbitools/buildlink2.mk" -.include "../../inputmethod/canna-lib/buildlink2.mk" +.include "../../devel/nbitools/buildlink3.mk" +.include "../../inputmethod/canna-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |