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 | 946ea03d41800ebd3a26b7be74728ab282590b83 (patch) | |
tree | 212c52f8ad778c99e8b96bebf55c614291199719 /databases | |
parent | a439b919f03c4efbd0e931326ec710c42a34e60c (diff) | |
download | pkgsrc-946ea03d41800ebd3a26b7be74728ab282590b83.tar.gz |
This needs pthread.bl3.mk too...
Diffstat (limited to 'databases')
-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" |