diff options
Diffstat (limited to 'inputmethod/unicon-im/Makefile')
-rw-r--r-- | inputmethod/unicon-im/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/unicon-im/Makefile b/inputmethod/unicon-im/Makefile index 3ed959fc3bc..ce3b594fae3 100644 --- a/inputmethod/unicon-im/Makefile +++ b/inputmethod/unicon-im/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/04/11 21:46:11 tv Exp $ +# $NetBSD: Makefile,v 1.13 2005/06/01 18:02:58 jlam Exp $ DISTNAME= unicon-1.2 PKGNAME= unicon-im-1.2 @@ -10,9 +10,9 @@ MAINTAINER= rxg@NetBSD.org HOMEPAGE= http://www.opencjk.org/~yumj/project-chinput.html COMMENT= Libraries and modules of Unicon -USE_X11= YES USE_LIBTOOL= YES GNU_CONFIGURE= YES .include "../../devel/pth/buildlink3.mk" +.include "../../mk/x11.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |