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 | 7b11ce524f0ed14c3c3d78b202d6ca3cd6e7c15a (patch) | |
tree | 26f32aa88aef88f278f3de3f0f48f3fdcf1a55e8 /inputmethod/canna | |
parent | a866ac8eb7589e0ae3ea3c4ae0e57b93b82a8cf7 (diff) | |
download | pkgsrc-7b11ce524f0ed14c3c3d78b202d6ca3cd6e7c15a.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')
-rw-r--r-- | inputmethod/canna/Makefile.common | 5 | ||||
-rw-r--r-- | inputmethod/canna/Makefile.include | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/inputmethod/canna/Makefile.common b/inputmethod/canna/Makefile.common index ee72a9bab5b..652f6e7b84a 100644 --- a/inputmethod/canna/Makefile.common +++ b/inputmethod/canna/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.7 2003/09/23 15:06:57 uebayasi Exp $ +# $NetBSD: Makefile.common,v 1.8 2004/03/05 19:09:22 minskim Exp $ # # Canna common makefile. # @@ -16,8 +16,7 @@ FILESDIR= ${.CURDIR}/../canna/files DISTINFO_FILE= ${.CURDIR}/../canna/distinfo PATCHDIR= ${.CURDIR}/../canna/patches -# To be done. -#USE_BUILDLINK2= # defined +USE_BUILDLINK3= # defined .include "../canna/Makefile.version" diff --git a/inputmethod/canna/Makefile.include b/inputmethod/canna/Makefile.include index e52f96aff52..c039eccab9f 100644 --- a/inputmethod/canna/Makefile.include +++ b/inputmethod/canna/Makefile.include @@ -1,5 +1,5 @@ -# $NetBSD: Makefile.include,v 1.1 2003/05/31 07:24:39 uebayasi Exp $ +# $NetBSD: Makefile.include,v 1.2 2004/03/05 19:09:22 minskim Exp $ # -.include "../../devel/nbitools/nbitools.mk" +.include "../../devel/nbitools/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |