summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-11-16 18:04:38 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-11-16 18:04:38 +0000
commita032bf7c048dfd63a2ec259069d108dba251cc1b (patch)
treecef982048d8dfe10b2284873efff5a9deb93aa64
parentdfbe6031f15d24b6bd79915a946ffc88f845b8cf (diff)
downloadpkgsrc-a032bf7c048dfd63a2ec259069d108dba251cc1b.tar.gz
Add missing "thr" to SUBST_CLASSES.
-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 \