summaryrefslogtreecommitdiff
path: root/inputmethod/ami
diff options
context:
space:
mode:
authorsalo <salo>2002-12-08 03:24:26 +0000
committersalo <salo>2002-12-08 03:24:26 +0000
commit2ae0af6e1ba73b4798ae6a4b565771a847a30026 (patch)
tree59677b0a4905a0ffe36691bc771a5190a815c6ed /inputmethod/ami
parentc61b570b5726ece745827dd86eda7c24a571788f (diff)
downloadpkgsrc-2ae0af6e1ba73b4798ae6a4b565771a847a30026.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"