diff options
author | wiz <wiz> | 2007-02-22 19:30:02 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-02-22 19:30:02 +0000 |
commit | fb5dc431a7711f32a2f31f78895eb8e04fcdfe44 (patch) | |
tree | 030b3d92bb08524e5b2e5325ab25aa34929f271d /databases/mysql5-client | |
parent | 0c152e7442b8ddde8405ba9d0f2d4d981d5c3151 (diff) | |
download | pkgsrc-fb5dc431a7711f32a2f31f78895eb8e04fcdfe44.tar.gz |
pkglint USE_LANGUAGES cleanup. Patch from Sergey Svishchev.
Diffstat (limited to 'databases/mysql5-client')
-rw-r--r-- | databases/mysql5-client/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql5-client/Makefile.common b/databases/mysql5-client/Makefile.common index ae66a434096..7da403fcc26 100644 --- a/databases/mysql5-client/Makefile.common +++ b/databases/mysql5-client/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.18 2006/12/10 04:12:17 xtraeme Exp $ +# $NetBSD: Makefile.common,v 1.19 2007/02/22 19:30:03 wiz Exp $ DISTNAME= mysql-5.0.27 CATEGORIES= databases @@ -94,7 +94,7 @@ CONFIGURE_ENV+= ac_cv_func_pthread_setschedparam=no CONFIGURE_ENV+= ac_cv_func_pthread_attr_setschedparam=no .endif -USE_LANGUAGES+= c c++ +USE_LANGUAGES= c c++ USE_TOOLS+= autoconf gmake perl:run LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/mysql |