diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-10-30 08:12:18 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-10-30 08:12:18 +0000 |
commit | 552043faedd76d8648941c808d1f621b9e8635e0 (patch) | |
tree | b92606349f7f32188b30413c9adec3a9a08f250f /databases/mysql4-client | |
parent | 88d4b7c0193c9a2d150641a263f64cc184a81b2d (diff) | |
download | pkgsrc-552043faedd76d8648941c808d1f621b9e8635e0.tar.gz |
Add missing pthread.bl3.mk, closes PR pkg/27650.
Diffstat (limited to 'databases/mysql4-client')
-rw-r--r-- | databases/mysql4-client/Makefile.common | 3 |
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" |