summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorjmc <jmc>2003-08-28 03:50:15 +0000
committerjmc <jmc>2003-08-28 03:50:15 +0000
commit41b2a45977d8e2d1049fc5849555f9d846a177ab (patch)
tree8266d95083f49e373890c5a4122cc646d2521a62 /chat
parent36f7d3761301ce3611d8ee197ea34b09926c49cb (diff)
downloadpkgsrc-41b2a45977d8e2d1049fc5849555f9d846a177ab.tar.gz
This needs/uses threads
Diffstat (limited to 'chat')
-rw-r--r--chat/ser/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/ser/Makefile b/chat/ser/Makefile
index fc523e11f50..5cf706df04a 100644
--- a/chat/ser/Makefile
+++ b/chat/ser/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/08/23 22:08:02 itojun Exp $
+# $NetBSD: Makefile,v 1.2 2003/08/28 03:50:15 jmc Exp $
#
DISTNAME= ser-0.8.10_src
@@ -17,4 +17,5 @@ USE_GMAKE= YES
.include "../../databases/mysql-client/buildlink2.mk"
.include "../../textproc/expat/buildlink2.mk"
+.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"