diff options
author | Alex Dupre <ale@FreeBSD.org> | 2009-02-16 19:23:47 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2009-02-16 19:23:47 +0000 |
commit | 2b81cc296448a237a5b4eb4cb28b47642a71238d (patch) | |
tree | f91a31f7145628dfb03728e2ab158186d2342823 /databases/mysql50-server/Makefile | |
parent | 07e1443a71b46dc1e7a1d36d1ffbb390c798442c (diff) | |
download | ports-2b81cc296448a237a5b4eb4cb28b47642a71238d.tar.gz ports-2b81cc296448a237a5b4eb4cb28b47642a71238d.zip |
Notes
Diffstat (limited to 'databases/mysql50-server/Makefile')
-rw-r--r-- | databases/mysql50-server/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/mysql50-server/Makefile b/databases/mysql50-server/Makefile index e1d5fdb84d7c..1a5b01889296 100644 --- a/databases/mysql50-server/Makefile +++ b/databases/mysql50-server/Makefile @@ -6,7 +6,7 @@ # PORTNAME?= mysql -PORTVERSION= 5.0.75 +PORTVERSION= 5.0.77 PORTREVISION?= 0 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_MYSQL} @@ -26,7 +26,6 @@ CONFIGURE_ARGS= --localstatedir=/var/db/mysql \ --without-bench \ --without-extra-tools \ --with-libwrap \ - --with-mysqlfs \ --with-low-memory \ --with-comment='FreeBSD port: ${PKGNAME}' \ --enable-thread-safe-client |