diff options
author | wiz <wiz@pkgsrc.org> | 2004-04-18 23:18:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-04-18 23:18:34 +0000 |
commit | 80681171ccdfc2efe89aa04675088dc01f7ef717 (patch) | |
tree | 27f92ff8c739c9c36202e7379dd9c4809f1961b6 /inputmethod | |
parent | ccac5406a3fd0577c467fa5f9f7e93d110b3d29e (diff) | |
download | pkgsrc-80681171ccdfc2efe89aa04675088dc01f7ef717.tar.gz |
Convert to bl3, and remove superfluous DEPENDS line.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/ami/Makefile | 9 |
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" |