summaryrefslogtreecommitdiff
path: root/databases/mysql4-client
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-10-30 08:12:18 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-10-30 08:12:18 +0000
commita439b919f03c4efbd0e931326ec710c42a34e60c (patch)
treeb92606349f7f32188b30413c9adec3a9a08f250f /databases/mysql4-client
parent90eb519bcbb05693cf7632a9c4e3222945da51a2 (diff)
downloadpkgsrc-a439b919f03c4efbd0e931326ec710c42a34e60c.tar.gz
Add missing pthread.bl3.mk, closes PR pkg/27650.
Diffstat (limited to 'databases/mysql4-client')
-rw-r--r--databases/mysql4-client/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/mysql4-client/Makefile.common b/databases/mysql4-client/Makefile.common
index 450447be7dd..1cc0b7377ad 100644
--- a/databases/mysql4-client/Makefile.common
+++ b/databases/mysql4-client/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.16 2004/10/28 01:34:27 xtraeme Exp $
+# $NetBSD: Makefile.common,v 1.17 2004/10/30 08:12:18 xtraeme Exp $
DISTNAME= mysql-4.1.7
CATEGORIES= databases
@@ -85,3 +85,4 @@ SUBST_MESSAGE.scripts= "Fixing scripts."
.include "../../security/openssl/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"