diff options
author | tron <tron@pkgsrc.org> | 2003-01-19 08:48:47 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2003-01-19 08:48:47 +0000 |
commit | 09eb67b31f36daeb8b00c2f98cdda7b0571bb245 (patch) | |
tree | f28ce171c33b6f453c2c22409ee1efd2c79cf7af /inputmethod/unicon-im/Makefile | |
parent | e4634a38e0ea9fb70b6fa1f84fb378c0f3db9e2f (diff) | |
download | pkgsrc-09eb67b31f36daeb8b00c2f98cdda7b0571bb245.tar.gz |
Use "mk/pthread.buildlink2.mk" instead of "devel/pth/buildlink2.mk" to
use native threads on platforms which support them.
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 c1e8d3cc513..0d2afe3af71 100644 --- a/inputmethod/unicon-im/Makefile +++ b/inputmethod/unicon-im/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/09/23 02:02:46 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2003/01/19 08:48:49 tron Exp $ DISTNAME= unicon-1.2 PKGNAME= unicon-im-1.2 @@ -14,5 +14,5 @@ USE_X11= YES USE_LIBTOOL= YES GNU_CONFIGURE= YES -.include "../../devel/pth/buildlink2.mk" +.include "../../mk/pthread.buildlink2.mk" .include "../../mk/bsd.pkg.mk" |