diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-23 02:02:46 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-23 02:02:46 +0000 |
commit | 85df4a1fdc701e44257bc25197f7bd05624475a7 (patch) | |
tree | 9311ba98bcaae69aa0240dd952c2342520460445 /inputmethod/unicon-im/Makefile | |
parent | eb8638a69752a48d5215ff25c5c8f130e62c6ed7 (diff) | |
download | pkgsrc-85df4a1fdc701e44257bc25197f7bd05624475a7.tar.gz |
This package doesn't want pthreads...it wants GNU pth.
Diffstat (limited to 'inputmethod/unicon-im/Makefile')
-rw-r--r-- | inputmethod/unicon-im/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/inputmethod/unicon-im/Makefile b/inputmethod/unicon-im/Makefile index d9c29b5a04a..c1e8d3cc513 100644 --- a/inputmethod/unicon-im/Makefile +++ b/inputmethod/unicon-im/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/09/23 01:36:58 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2002/09/23 02:02:46 jlam Exp $ DISTNAME= unicon-1.2 PKGNAME= unicon-im-1.2 @@ -12,9 +12,7 @@ COMMENT= libraries and modules of Unicon USE_BUILDLINK2= YES USE_X11= YES USE_LIBTOOL= YES -PTHREAD_OPTS+= require - GNU_CONFIGURE= YES -.include "../../mk/pthread.buildlink2.mk" +.include "../../devel/pth/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |