summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorwiz <wiz>2004-04-18 23:18:34 +0000
committerwiz <wiz>2004-04-18 23:18:34 +0000
commit2f3c27fd78a360fe01041e4b8fd3dea5b4e5d79e (patch)
tree27f92ff8c739c9c36202e7379dd9c4809f1961b6 /inputmethod
parente49eb4dd78011372a00750f29c3b7c54ca6a95b5 (diff)
downloadpkgsrc-2f3c27fd78a360fe01041e4b8fd3dea5b4e5d79e.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"