diff options
author | wiz <wiz@pkgsrc.org> | 2004-04-18 23:55:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-04-18 23:55:21 +0000 |
commit | 7763ad388f9a869590d3bfa18ba8914bbb08efc2 (patch) | |
tree | 46bf1dea8c499a251cb104085b65c5ca571d5397 /inputmethod/Chinput/Makefile | |
parent | 7bf835d49fb314d0e392a35729d25ff7a7252ffe (diff) | |
download | pkgsrc-7763ad388f9a869590d3bfa18ba8914bbb08efc2.tar.gz |
Convert to bl3.
Diffstat (limited to 'inputmethod/Chinput/Makefile')
-rw-r--r-- | inputmethod/Chinput/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/inputmethod/Chinput/Makefile b/inputmethod/Chinput/Makefile index d2c358c2bbc..79fcac996e4 100644 --- a/inputmethod/Chinput/Makefile +++ b/inputmethod/Chinput/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/07/17 21:43:31 grant Exp $ +# $NetBSD: Makefile,v 1.6 2004/04/18 23:57:04 wiz Exp $ DISTNAME= Chinput-3.0 PKGREVISION= 1 @@ -9,7 +9,7 @@ MAINTAINER= rxg@NetBSD.org HOMEPAGE= http://www.opencjk.org/~yumj/project-chinput.html COMMENT= Chinese input server -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_X11BASE= yes ALL_TARGET= chinput @@ -32,5 +32,5 @@ post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/Chinput ${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/Chinput -.include "../../inputmethod/unicon-im/buildlink2.mk" +.include "../../inputmethod/unicon-im/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |