summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-04-18 23:18:34 +0000
committerwiz <wiz@pkgsrc.org>2004-04-18 23:18:34 +0000
commitc11b30aea64b05a6ae6b2351ec61818b0a383c98 (patch)
tree27f92ff8c739c9c36202e7379dd9c4809f1961b6 /inputmethod
parent08073edc7bc93cf6d4d60ecfad05e40f2aa8ea94 (diff)
downloadpkgsrc-c11b30aea64b05a6ae6b2351ec61818b0a383c98.tar.gz
Convert to bl3, and remove superfluous DEPENDS line.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/ami/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/inputmethod/ami/Makefile b/inputmethod/ami/Makefile
index 4650bdae65a..a2403b21861 100644
--- a/inputmethod/ami/Makefile
+++ b/inputmethod/ami/Makefile
@@ -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 @@ MAINTAINER= tech-pkg@NetBSD.org
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"