summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-06-15 20:59:02 +0000
committerwiz <wiz@pkgsrc.org>2002-06-15 20:59:02 +0000
commit22da597a5b9de4717724abc9223c9852a94a4d6d (patch)
tree7972d211c21184852de4b8c72e9d88903c7654d7 /chat
parent28c5495bd36ad8ec1af3f90e3aa309f04e404673 (diff)
downloadpkgsrc-22da597a5b9de4717724abc9223c9852a94a4d6d.tar.gz
Use pthread.buildlink.mk instead of pth's buildlink.mk.
pkg/17265 by Lubomir Sedlacik.
Diffstat (limited to 'chat')
-rw-r--r--chat/lmme/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/chat/lmme/Makefile b/chat/lmme/Makefile
index dce43621f8b..823e6a069cd 100644
--- a/chat/lmme/Makefile
+++ b/chat/lmme/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/05/31 10:20:04 uebayasi Exp $
+# $NetBSD: Makefile,v 1.2 2002/06/15 20:59:02 wiz Exp $
#
DISTNAME= lmme-0.6.4
@@ -11,11 +11,12 @@ COMMENT= curses-based client for MSN Messenger chat system
USE_BUILDLINK_ONLY= YES
USE_GMAKE= YES
+USE_PTHREAD= native pth
GNU_CONFIGURE= YES
CXXFLAGS+= -Dselect=pth_select -Dsleep=pth_sleep -Dread=pth_read -Dwrite=pth_write
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/lmme ${PREFIX}/bin/lmme
-.include "../../devel/pth/buildlink.mk"
+.include "../../mk/pthread.buildlink.mk"
.include "../../mk/bsd.pkg.mk"