diff options
author | salo <salo> | 2002-12-08 03:24:26 +0000 |
---|---|---|
committer | salo <salo> | 2002-12-08 03:24:26 +0000 |
commit | 205bd0d57d73c68289a7bc63fd934b83f719c2c6 (patch) | |
tree | 59677b0a4905a0ffe36691bc771a5190a815c6ed /inputmethod | |
parent | 2b3aab930d3a39c9ee9a4a2390171cf8d1d80249 (diff) | |
download | pkgsrc-205bd0d57d73c68289a7bc63fd934b83f719c2c6.tar.gz |
Add missing buildlink2.mk file for graphics/gdk-pixbuf, +USE_BUILDLINK2.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/ami/Makefile | 4 |
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" |