summaryrefslogtreecommitdiff
path: root/inputmethod/Chinput
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-09-23 02:39:34 +0000
committerjlam <jlam@pkgsrc.org>2002-09-23 02:39:34 +0000
commitf899e7e0b7f01c822d074c59fedf4b393ed5bf1b (patch)
tree6fefa9f61832d620b02926c436a7a68f593de9ab /inputmethod/Chinput
parent011e4075f86c21fa43c9c8550497024a4e5643ee (diff)
downloadpkgsrc-f899e7e0b7f01c822d074c59fedf4b393ed5bf1b.tar.gz
* buildlink1 -> buildlink2
* This package doesn't need pthreads...the pth dependency is supplied by unicon-im.
Diffstat (limited to 'inputmethod/Chinput')
-rw-r--r--inputmethod/Chinput/Makefile9
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"