diff options
author | jlam <jlam> | 2002-09-23 02:39:34 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-09-23 02:39:34 +0000 |
commit | 07b0d914a44b209dbf8113f7eb60061b457e5667 (patch) | |
tree | 6fefa9f61832d620b02926c436a7a68f593de9ab /inputmethod | |
parent | 6dd92dde3c6048c30cc3edb622b623c9ab43da7e (diff) | |
download | pkgsrc-07b0d914a44b209dbf8113f7eb60061b457e5667.tar.gz |
* buildlink1 -> buildlink2
* This package doesn't need pthreads...the pth dependency is supplied by
unicon-im.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/Chinput/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/inputmethod/Chinput/Makefile b/inputmethod/Chinput/Makefile index 1d906e275ef..1c5911e0316 100644 --- a/inputmethod/Chinput/Makefile +++ b/inputmethod/Chinput/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/08/01 05:48:14 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2002/09/23 02:39:34 jlam Exp $ DISTNAME= Chinput-3.0 CATEGORIES= inputmethod @@ -8,10 +8,8 @@ MAINTAINER= rxg@netbsd.org HOMEPAGE= http://www.opencjk.org/~yumj/project-chinput.html COMMENT= Chinese input server -DEPENDS+= unicon-im>=1.2:../../inputmethod/unicon-im - +USE_BUILDLINK2= yes USE_X11BASE= yes -PTHREAD_OPTS+= require ALL_TARGET= chinput @@ -33,6 +31,5 @@ post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/Chinput ${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/Chinput -.include "../../mk/pthread.buildlink.mk" -.include "../../mk/x11.buildlink.mk" +.include "../../inputmethod/unicon-im/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |