summaryrefslogtreecommitdiff
path: root/inputmethod/ami
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2002-12-08 03:24:26 +0000
committersalo <salo@pkgsrc.org>2002-12-08 03:24:26 +0000
commit21fe715c2be5059d584a7310a7c3f7b2db465535 (patch)
tree59677b0a4905a0ffe36691bc771a5190a815c6ed /inputmethod/ami
parentb0ae4208b0462819251cb7b8a2d6279ab6609aa7 (diff)
downloadpkgsrc-21fe715c2be5059d584a7310a7c3f7b2db465535.tar.gz
Add missing buildlink2.mk file for graphics/gdk-pixbuf, +USE_BUILDLINK2.
Diffstat (limited to 'inputmethod/ami')
-rw-r--r--inputmethod/ami/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/inputmethod/ami/Makefile b/inputmethod/ami/Makefile
index c301fdcb054..15947b89e51 100644
--- a/inputmethod/ami/Makefile
+++ b/inputmethod/ami/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2002/11/12 17:14:58 itojun Exp $
+# $NetBSD: Makefile,v 1.3 2002/12/08 03:24:26 salo Exp $
#
DISTNAME= ami-1.0.11
@@ -9,8 +9,10 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.kr.freebsd.org/~hwang/ami/
COMMENT= Korean input method
+USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
DEPENDS+= gtk+-1.2.*:../../x11/gtk
+.include "../../graphics/gdk-pixbuf/buildlink2.mk"
.include "../../x11/gtk/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"