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 /chat | |
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 'chat')
-rw-r--r-- | chat/ysm/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chat/ysm/Makefile b/chat/ysm/Makefile index 53adf679dd7..70563553b4b 100644 --- a/chat/ysm/Makefile +++ b/chat/ysm/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/12/12 19:45:20 jmmv Exp $ -# +# $NetBSD: Makefile,v 1.5 2003/01/19 08:48:47 tron Exp $ DISTNAME= ysmv7_2_8_1 PKGNAME= ysm-2.8.1 @@ -14,5 +13,5 @@ COMMENT= The 'You Sick Me' terminal based ICQ client GNU_CONFIGURE= YES USE_BUILDLINK2= YES -.include "../../devel/pth/buildlink2.mk" +.include "../../mk/pthread.buildlink2.mk" .include "../../mk/bsd.pkg.mk" |