svn commit: r341700 - head/databases/mysql-q4m

Akinori MUSHA knu at FreeBSD.org
Wed Jan 29 08:57:07 UTC 2014


Author: knu
Date: Wed Jan 29 08:57:07 2014
New Revision: 341700
URL: http://svnweb.freebsd.org/changeset/ports/341700
QAT: https://qat.redports.org/buildarchive/r341700/

Log:
  Set USE_MYSQL=server.

Modified:
  head/databases/mysql-q4m/Makefile

Modified: head/databases/mysql-q4m/Makefile
==============================================================================
--- head/databases/mysql-q4m/Makefile	Wed Jan 29 08:52:13 2014	(r341699)
+++ head/databases/mysql-q4m/Makefile	Wed Jan 29 08:57:07 2014	(r341700)
@@ -12,11 +12,10 @@ MAINTAINER=	knu at FreeBSD.org
 COMMENT=	A message queue that works as a pluggable storage engine of MySQL
 
 FETCH_DEPENDS+=	${NONEXISTENT}:${PORTSDIR}/${_MYSQL_SERVER}:build
-RUN_DEPENDS=	${LOCALBASE}/libexec/mysqld:${PORTSDIR}/${_MYSQL_SERVER}
 
 USES=		gmake perl5
 USE_AUTOTOOLS=	libtool
-USE_MYSQL=	yes
+USE_MYSQL=	server
 USE_GCC=	4.2+
 
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list