svn commit: r319553 - head/www/mediawiki120
Wen Heping
wen at FreeBSD.org
Sat Jun 1 02:47:32 UTC 2013
Author: wen
Date: Sat Jun 1 02:47:31 2013
New Revision: 319553
URL: http://svnweb.freebsd.org/changeset/ports/319553
Log:
- Do not depend on MySQL server but client
PR: 179137
Submitted by: remko@
Modified:
head/www/mediawiki120/Makefile
Modified: head/www/mediawiki120/Makefile
==============================================================================
--- head/www/mediawiki120/Makefile Sat Jun 1 02:40:39 2013 (r319552)
+++ head/www/mediawiki120/Makefile Sat Jun 1 02:47:31 2013 (r319553)
@@ -33,7 +33,7 @@ IMAGICK_DESC= use ImageMagick
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MMYSQL}
-USE_MYSQL= server
+USE_MYSQL= client
USE_PHP+= mysql
.endif
More information about the svn-ports-all
mailing list