summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorjmc <jmc>2003-05-11 08:02:32 +0000
committerjmc <jmc>2003-05-11 08:02:32 +0000
commit0da752e3154024558509a22efc04cd1807d06b9d (patch)
treee3460738fa6ebefce191a1fd008fc4da16b0483e /chat
parent873c8ee8c3cc6126630b9b7982839d9ff637cd18 (diff)
downloadpkgsrc-0da752e3154024558509a22efc04cd1807d06b9d.tar.gz
This needs pthread's buildlink.mk
Diffstat (limited to 'chat')
-rw-r--r--chat/licq-gui-console/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/licq-gui-console/Makefile b/chat/licq-gui-console/Makefile
index b1f494479ec..c20929e9d2d 100644
--- a/chat/licq-gui-console/Makefile
+++ b/chat/licq-gui-console/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/11 08:02:32 jmc Exp $
#
DISTNAME= licq-1.2.6
@@ -20,4 +20,5 @@ WRKSRC= ${WRKDIR:=/${DISTNAME}/plugins/console}
USE_NCURSES= yes # really use ncurses!
.include "../../devel/ncurses/buildlink2.mk"
+.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"