summaryrefslogtreecommitdiff
path: root/misc/kanjipad
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-04-18 19:34:05 +0000
committerwiz <wiz@pkgsrc.org>2004-04-18 19:34:05 +0000
commit8b19f4c9ee991a42f73aa9f1cce9b39a7305494b (patch)
treecf7b0f0b62cb8eb1a59b81f471cc249660138778 /misc/kanjipad
parent2b06882aa9c42840c234223cfcaac0b1a40f9cda (diff)
downloadpkgsrc-8b19f4c9ee991a42f73aa9f1cce9b39a7305494b.tar.gz
Convert to bl3.
Diffstat (limited to 'misc/kanjipad')
-rw-r--r--misc/kanjipad/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/kanjipad/Makefile b/misc/kanjipad/Makefile
index d255ddf336f..b3cf2e74ab0 100644
--- a/misc/kanjipad/Makefile
+++ b/misc/kanjipad/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/07/17 21:49:17 grant Exp $
+# $NetBSD: Makefile,v 1.7 2004/04/18 19:37:14 wiz Exp $
#
DISTNAME= kanjipad-1.2.1
@@ -12,7 +12,7 @@ COMMENT= Japanese handwriting recognition with GTK interface
USE_PERL5= build
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/kanjipad
@@ -20,5 +20,5 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/kpengine ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/jdata.dat ${PREFIX}/share/kanjipad
-.include "../../x11/gtk/buildlink2.mk"
+.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"