From 382fffdf09930cbe45a9067ab72a3c5baa8deae2 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 13 Oct 2002 11:35:15 +0000 Subject: buildlink1 -> buildlink2. --- misc/kanjipad/Makefile | 6 +++--- misc/kanjipad/distinfo | 4 ++-- misc/kanjipad/patches/patch-aa | 8 +++----- 3 files changed, 8 insertions(+), 10 deletions(-) (limited to 'misc/kanjipad') diff --git a/misc/kanjipad/Makefile b/misc/kanjipad/Makefile index aeab7428a5b..cc64e864d90 100644 --- a/misc/kanjipad/Makefile +++ b/misc/kanjipad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/07/24 19:45:25 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2002/10/13 11:38:16 wiz Exp $ # DISTNAME= kanjipad-1.2.1 @@ -11,7 +11,7 @@ COMMENT= Japanese handwriting recognition with GTK interface USE_PERL5= build -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/kanjipad @@ -19,5 +19,5 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/kpengine ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/jdata.dat ${PREFIX}/share/kanjipad -.include "../../x11/gtk/buildlink.mk" +.include "../../x11/gtk/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/kanjipad/distinfo b/misc/kanjipad/distinfo index 277322bb532..4032c9412a9 100644 --- a/misc/kanjipad/distinfo +++ b/misc/kanjipad/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/07/14 10:03:54 wiz Exp $ +$NetBSD: distinfo,v 1.2 2002/10/13 11:38:17 wiz Exp $ SHA1 (kanjipad-1.2.1.tar.gz) = 8ddc4222386feeb184dae4c57dc7ec3e922adfbc Size (kanjipad-1.2.1.tar.gz) = 74287 bytes -SHA1 (patch-aa) = f44c13036bc990915e50cc1a288bacb09126a570 +SHA1 (patch-aa) = 74b3c48bef313b8befad1e2118e16d2d53645ffe diff --git a/misc/kanjipad/patches/patch-aa b/misc/kanjipad/patches/patch-aa index 46e90913f02..c86302e76cc 100644 --- a/misc/kanjipad/patches/patch-aa +++ b/misc/kanjipad/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/07/14 10:03:54 wiz Exp $ +$NetBSD: patch-aa,v 1.2 2002/10/13 11:38:17 wiz Exp $ --- Makefile.orig Wed Mar 31 09:36:32 1999 +++ Makefile @@ -6,10 +6,8 @@ $NetBSD: patch-aa,v 1.1.1.1 2002/07/14 10:03:54 wiz Exp $ OPTIMIZE=-g -Wall #OPTIMIZE=-O2 --GTKLIBS=`gtk-config --libs` --GTKINC=`gtk-config --cflags` -+GTKLIBS=`${GTK_CONFIG} --libs` -+GTKINC=`${GTK_CONFIG} --cflags` + GTKLIBS=`gtk-config --libs` + GTKINC=`gtk-config --cflags` -PREFIX=/usr/local +#PREFIX=/usr/local -- cgit v1.2.3