summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorkei <kei>2003-04-18 13:39:37 +0000
committerkei <kei>2003-04-18 13:39:37 +0000
commitbb2e77a675fc4323e5bd6eda41adbbee109c3d32 (patch)
tree277c796a0069282e71ba002030e07f24762baaab /inputmethod
parent17f95f3a49de31f0149e66376254982b384bbb8f (diff)
downloadpkgsrc-bb2e77a675fc4323e5bd6eda41adbbee109c3d32.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')
-rw-r--r--inputmethod/unicon-im/Makefile5
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"