summaryrefslogtreecommitdiff
path: root/inputmethod/canna-server
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-03-05 19:09:22 +0000
committerminskim <minskim@pkgsrc.org>2004-03-05 19:09:22 +0000
commit7b11ce524f0ed14c3c3d78b202d6ca3cd6e7c15a (patch)
tree26f32aa88aef88f278f3de3f0f48f3fdcf1a55e8 /inputmethod/canna-server
parenta866ac8eb7589e0ae3ea3c4ae0e57b93b82a8cf7 (diff)
downloadpkgsrc-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-server')
-rw-r--r--inputmethod/canna-server/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/inputmethod/canna-server/Makefile b/inputmethod/canna-server/Makefile
index 01395cceb10..5aeebe72230 100644
--- a/inputmethod/canna-server/Makefile
+++ b/inputmethod/canna-server/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.6 2003/09/23 15:14:55 uebayasi Exp $
+# $NetBSD: Makefile,v 1.7 2004/03/05 19:09:22 minskim Exp $
#
.include "../canna/Makefile.common"
CANNA_MODULE= server
-USE_BUILDLINK2= # defined
+USE_BUILDLINK3= # defined
INSTALL_TARGET= instserver
USE_PKGINSTALL= YES
@@ -38,7 +38,7 @@ do-configure:
post-install:
@${INSTALL_SCRIPT} ${WRKDIR}/canna ${PREFIX}/etc/rc.d/canna
-.include "../../devel/nbitools/buildlink2.mk"
-.include "../../inputmethod/canna-lib/buildlink2.mk"
+.include "../../devel/nbitools/buildlink3.mk"
+.include "../../inputmethod/canna-lib/buildlink3.mk"
.include "../canna/Makefile.include"