pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/inputmethod/ami Convert to bl3, and remove superfluous...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c1f1c94d758a
branches:  trunk
changeset: 473334:c1f1c94d758a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Apr 18 23:18:34 2004 +0000

description:
Convert to bl3, and remove superfluous DEPENDS line.

diffstat:

 inputmethod/ami/Makefile |  9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diffs (23 lines):

diff -r ad42322d5d9f -r c1f1c94d758a inputmethod/ami/Makefile
--- a/inputmethod/ami/Makefile  Sun Apr 18 23:13:00 2004 +0000
+++ b/inputmethod/ami/Makefile  Sun Apr 18 23:18:34 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/03/01 13:42:25 junyoung Exp $
+# $NetBSD: Makefile,v 1.10 2004/04/18 23:18:34 wiz Exp $
 #
 
 DISTNAME=      ami-1.0.11
@@ -10,10 +10,9 @@
 HOMEPAGE=      http://www.kr.freebsd.org/~hwang/ami/
 COMMENT=       Korean input method
 
-USE_BUILDLINK2=        YES
+USE_BUILDLINK3=        YES
 GNU_CONFIGURE= YES
-DEPENDS+=      gtk+-1.2.*:../../x11/gtk
 
-.include "../../graphics/gdk-pixbuf/buildlink2.mk"
-.include "../../x11/gtk/buildlink2.mk"
+.include "../../graphics/gdk-pixbuf/buildlink3.mk"
+.include "../../x11/gtk/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index