summaryrefslogtreecommitdiff
path: root/chat/ysm
diff options
context:
space:
mode:
authortron <tron>2003-01-19 08:48:47 +0000
committertron <tron>2003-01-19 08:48:47 +0000
commit635eb90c1b5a19c50a4521a8790dc8d059513589 (patch)
treef28ce171c33b6f453c2c22409ee1efd2c79cf7af /chat/ysm
parent099830bae45f716422e0b5fddcd6a6e5614195af (diff)
downloadpkgsrc-635eb90c1b5a19c50a4521a8790dc8d059513589.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/ysm')
-rw-r--r--chat/ysm/Makefile5
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"