diff options
author | kei <kei@pkgsrc.org> | 2003-04-18 13:39:37 +0000 |
---|---|---|
committer | kei <kei@pkgsrc.org> | 2003-04-18 13:39:37 +0000 |
commit | cf2cb9f78a033d33f2939ef97359593edc65ea7c (patch) | |
tree | 277c796a0069282e71ba002030e07f24762baaab /inputmethod/unicon-im | |
parent | 17932d43890f76e0631881cacd10069d706ffe4a (diff) | |
download | pkgsrc-cf2cb9f78a033d33f2939ef97359593edc65ea7c.tar.gz |
unicon-im depends on pth, not pthread. it uses native API of pth. So
changed dependency to pth itself. it should fix the build problem,
which found and reported by kay at kaynet dot ne dot jp.
Bump PKGREVISION to 1.
Diffstat (limited to 'inputmethod/unicon-im')
-rw-r--r-- | inputmethod/unicon-im/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/inputmethod/unicon-im/Makefile b/inputmethod/unicon-im/Makefile index 0d2afe3af71..424b32c5044 100644 --- a/inputmethod/unicon-im/Makefile +++ b/inputmethod/unicon-im/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2003/01/19 08:48:49 tron Exp $ +# $NetBSD: Makefile,v 1.6 2003/04/18 13:39:37 kei Exp $ DISTNAME= unicon-1.2 PKGNAME= unicon-im-1.2 +PKGREVISION= 1 CATEGORIES= inputmethod MASTER_SITES= http://www.opencjk.org/~yumj/download/ @@ -14,5 +15,5 @@ USE_X11= YES USE_LIBTOOL= YES GNU_CONFIGURE= YES -.include "../../mk/pthread.buildlink2.mk" +.include "../../devel/pth/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |