summaryrefslogtreecommitdiff
path: root/databases/mysql-client
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-11-16 18:04:38 +0000
committerxtraeme <xtraeme>2004-11-16 18:04:38 +0000
commit458e6c2085eaaaceb45f7141a4e96bf5234c261d (patch)
treecef982048d8dfe10b2284873efff5a9deb93aa64 /databases/mysql-client
parent9c9016ae8d1af2c4ac7a02e005206c978c4fe3f8 (diff)
downloadpkgsrc-458e6c2085eaaaceb45f7141a4e96bf5234c261d.tar.gz
Add missing "thr" to SUBST_CLASSES.
Diffstat (limited to 'databases/mysql-client')
-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 \