summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-11-16 18:04:38 +0000
committerxtraeme <xtraeme>2004-11-16 18:04:38 +0000
commit790a6ad404d88b68b3107544f00474765800ba5c (patch)
treecef982048d8dfe10b2284873efff5a9deb93aa64 /databases
parent531ef9cbd7d28ba941852a06e2347a477e504089 (diff)
downloadpkgsrc-790a6ad404d88b68b3107544f00474765800ba5c.tar.gz
Add missing "thr" to SUBST_CLASSES.
Diffstat (limited to 'databases')
-rw-r--r--databases/mysql-client/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql-client/Makefile.common b/databases/mysql-client/Makefile.common
index 6b78b1f740a..e48918b6439 100644
--- a/databases/mysql-client/Makefile.common
+++ b/databases/mysql-client/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.32 2004/11/16 18:01:11 xtraeme Exp $
+# $NetBSD: Makefile.common,v 1.33 2004/11/16 18:04:38 xtraeme Exp $
DISTNAME= mysql-4.0.22
CATEGORIES= databases
@@ -91,7 +91,7 @@ USE_PERL5= # defined
USE_LIBTOOL= # defined
LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/mysql
-SUBST_CLASSES+= mk scripts
+SUBST_CLASSES+= mk scripts thr
SUBST_STAGE.mk= post-extract
SUBST_FILES.mk= dbug/Makefile.in heap/Makefile.in isam/Makefile.in \
merge/Makefile.in mysys/Makefile.in \