diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-10-30 08:13:51 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-10-30 08:13:51 +0000 |
commit | ceeb3ba3daf2df283e89200b02891022aa0533a5 (patch) | |
tree | 212c52f8ad778c99e8b96bebf55c614291199719 | |
parent | 552043faedd76d8648941c808d1f621b9e8635e0 (diff) | |
download | pkgsrc-ceeb3ba3daf2df283e89200b02891022aa0533a5.tar.gz |
This needs pthread.bl3.mk too...
-rw-r--r-- | databases/mysql-client/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/mysql-client/Makefile.common b/databases/mysql-client/Makefile.common index ef17e1ebcf8..7f5079c28a8 100644 --- a/databases/mysql-client/Makefile.common +++ b/databases/mysql-client/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.27 2004/10/28 01:34:27 xtraeme Exp $ +# $NetBSD: Makefile.common,v 1.28 2004/10/30 08:13:51 xtraeme Exp $ DISTNAME= mysql-4.0.21 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" |