diff options
author | joerg <joerg@pkgsrc.org> | 2013-01-15 15:19:37 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-01-15 15:19:37 +0000 |
commit | e0355d35b19187e077b8dd8e442861d59d31927c (patch) | |
tree | cef0931cfabc3aa11200a1c9b1ec41835ef9e598 /databases | |
parent | 75b004df9c3571c78d909bb8f4e31fca2194eddf (diff) | |
download | pkgsrc-e0355d35b19187e077b8dd8e442861d59d31927c.tar.gz |
Drop configure flag that no longer exists.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysql51-client/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/mysql51-client/Makefile b/databases/mysql51-client/Makefile index 835cdfd99c0..838a687fc66 100644 --- a/databases/mysql51-client/Makefile +++ b/databases/mysql51-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2012/10/03 21:54:13 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2013/01/15 15:19:37 joerg Exp $ PKGNAME= ${DISTNAME:S/-/-client-/} PKGREVISION= 1 @@ -9,7 +9,6 @@ CONFLICTS= {mysql-client-[0-9]*,mysql3-client-[0-9]*} .include "Makefile.common" -CONFIGURE_ARGS+= --without-extra-tools CONFIGURE_ARGS+= --without-server UNWRAP_FILES+= scripts/mysql_config INFO_FILES= yes |