summaryrefslogtreecommitdiff
path: root/inputmethod/unicon-im
diff options
context:
space:
mode:
authorkei <kei>2003-04-18 13:39:37 +0000
committerkei <kei>2003-04-18 13:39:37 +0000
commiteaaa706c3d9759d3c052fa4f90acd9f6a36e9e63 (patch)
tree277c796a0069282e71ba002030e07f24762baaab /inputmethod/unicon-im
parent047a4585ef5bf1ee3ae1198bae7ba577e14eacf1 (diff)
downloadpkgsrc-eaaa706c3d9759d3c052fa4f90acd9f6a36e9e63.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/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"