pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/libgda-mysql Fix typo in CONFIGURE_ARGS, fro...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9134293df8d9
branches:  trunk
changeset: 603631:9134293df8d9
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Wed May 09 07:47:31 2012 +0000

description:
Fix typo in CONFIGURE_ARGS, from Noud de Brouwer in PR 46431

diffstat:

 databases/libgda-mysql/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r de9029d49471 -r 9134293df8d9 databases/libgda-mysql/Makefile
--- a/databases/libgda-mysql/Makefile   Wed May 09 06:53:22 2012 +0000
+++ b/databases/libgda-mysql/Makefile   Wed May 09 07:47:31 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2012/03/03 00:14:24 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2012/05/09 07:47:31 dholland Exp $
 #
 
 LIBGDA_PROVIDER=       mysql
@@ -7,7 +7,7 @@
 .include "../../databases/libgda/Makefile.common"
 
 PKGREVISION=           5
-CONFIGURE_ARGS+=       --with-=mysql
+CONFIGURE_ARGS+=       --with-mysql=${BUILDLINK_PREFIX.mysql-client}
 
 .include "../../mk/mysql.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index