Index: /Users/Raim/src/macports/trunk/dports/databases/mysql5/Portfile
===================================================================
--- /Users/Raim/src/macports/trunk/dports/databases/mysql5/Portfile	(revision 33643)
+++ /Users/Raim/src/macports/trunk/dports/databases/mysql5/Portfile	(working copy)
@@ -57,9 +57,11 @@
 	--with-unix-socket-path=${prefix}/var/run/${mysql}/mysqld.sock \
 	--with-mysqld-user=${mysqluser} \
 	--without-bench \
+	--without-server \
 	--enable-thread-safe-client
 
 variant server {
+	configure.args-delete --without-server
 	# Create a startupitem to start/stop the server
 	startupitem.create	yes
 	startupitem.start	"${prefix}/share/${mysql}/mysql/mysql.server start"

