diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-09-21 21:09:31 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-09-21 21:09:31 +0000 |
commit | 1a10f13b7c14ef9bf52af0e7d44fbab47321109c (patch) | |
tree | 4167856eb78be522c0d943b190611217a4091147 /databases/mysql40-server/Makefile | |
parent | 8795b919c39fc22c0d476a7a6ba34ae36abab39a (diff) | |
download | ports-1a10f13b7c14ef9bf52af0e7d44fbab47321109c.tar.gz ports-1a10f13b7c14ef9bf52af0e7d44fbab47321109c.zip |
Notes
Diffstat (limited to 'databases/mysql40-server/Makefile')
-rw-r--r-- | databases/mysql40-server/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/databases/mysql40-server/Makefile b/databases/mysql40-server/Makefile index c3297b0970f8..3c497bc108d8 100644 --- a/databases/mysql40-server/Makefile +++ b/databases/mysql40-server/Makefile @@ -6,7 +6,7 @@ # PORTNAME?= mysql -PORTVERSION= 4.0.20 +PORTVERSION= 4.0.21 PORTREVISION?= 0 CATEGORIES= databases MASTER_SITES= ftp://planetmirror.com/pub/mysql/Downloads/MySQL-4.0/ \ @@ -28,8 +28,7 @@ COMMENT?= Multithreaded SQL database (server) SLAVEDIRS= databases/mysql40-client PKGINSTALL?= ${WRKDIR}/pkg-install DB_DIR?= /var/db/mysql -USE_GNOME= lthack -USE_LIBTOOL_VER= 13 +USE_LIBTOOL_VER=15 USE_REINPLACE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} @@ -65,7 +64,7 @@ CONFIGURE_ARGS+=--with-mysqld-ldflags=-all-static .include <bsd.port.pre.mk> -.if ${MACHINE_ARCH} == "i386" +.if ${ARCH} == "i386" CONFIGURE_ARGS+=--enable-assembler --with-berkeley-db .endif .if defined(WITH_LINUXTHREADS) |