svn commit: r377167 - head/finance/frontaccounting
Alex Dupre
ale at FreeBSD.org
Fri Jan 16 11:05:14 UTC 2015
Author: ale
Date: Fri Jan 16 11:05:12 2015
New Revision: 377167
URL: https://svnweb.freebsd.org/changeset/ports/377167
QAT: https://qat.redports.org/buildarchive/r377167/
Log:
Properly depend on mysql server.
Modified:
head/finance/frontaccounting/Makefile
Modified: head/finance/frontaccounting/Makefile
==============================================================================
--- head/finance/frontaccounting/Makefile Fri Jan 16 11:03:49 2015 (r377166)
+++ head/finance/frontaccounting/Makefile Fri Jan 16 11:05:12 2015 (r377167)
@@ -38,7 +38,7 @@ RUN_DEPENDS+= lighttpd:${PORTSDIR}/www/l
.endif
.if ${PORT_OPTIONS:MMYSQL}
-RUN_DEPENDS+= mysqld_safe:${PORTSDIR}/databases/mysql55-server
+USE_MYSQL= server
.endif
.if ${PORT_OPTIONS:MDOCS}
More information about the svn-ports-all
mailing list