From 18de2cb8311ca5399035579d5544071387783a30 Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 23 Sep 2002 02:39:34 +0000 Subject: * buildlink1 -> buildlink2 * This package doesn't need pthreads...the pth dependency is supplied by unicon-im. --- inputmethod/Chinput/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'inputmethod') 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" -- cgit v1.2.3