summaryrefslogtreecommitdiff
path: root/chat/licq-core
diff options
context:
space:
mode:
authorwiz <wiz>2003-05-03 23:01:54 +0000
committerwiz <wiz>2003-05-03 23:01:54 +0000
commit2ca1aa760545d24c6d8bfdc5d4eae6881c828922 (patch)
treee36bf935d8c021820cb6b36facccca98bcf88aa5 /chat/licq-core
parent5e7b74f83d407e47adf491a1031624edcccf7b37 (diff)
downloadpkgsrc-2ca1aa760545d24c6d8bfdc5d4eae6881c828922.tar.gz
This package wants threads, so include pthread.buildlink2.mk.
Diffstat (limited to 'chat/licq-core')
-rw-r--r--chat/licq-core/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/licq-core/Makefile b/chat/licq-core/Makefile
index bfc8aa7a082..ad3139f4440 100644
--- a/chat/licq-core/Makefile
+++ b/chat/licq-core/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/04/24 23:57:36 hubertf Exp $
+# $NetBSD: Makefile,v 1.2 2003/05/03 23:01:54 wiz Exp $
#
DISTNAME= licq-1.2.6
@@ -14,4 +14,5 @@ COMMENT= ICQ client with plugin support
USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
+.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"