diff options
Diffstat (limited to 'inputmethod/Chinput/Makefile')
-rw-r--r-- | inputmethod/Chinput/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inputmethod/Chinput/Makefile b/inputmethod/Chinput/Makefile index 0283dcee3d8..59b2118473d 100644 --- a/inputmethod/Chinput/Makefile +++ b/inputmethod/Chinput/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/04/11 21:46:11 tv Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/01 18:02:58 jlam Exp $ DISTNAME= Chinput-3.0 PKGREVISION= 2 @@ -32,4 +32,5 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/Chinput .include "../../inputmethod/unicon-im/buildlink3.mk" +.include "../../mk/x11.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |