Date: Fri, 16 Jan 2015 11:05:13 +0000 (UTC) From: Alex Dupre <ale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377167 - head/finance/frontaccounting Message-ID: <201501161105.t0GB5DaU096303@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501161105.t0GB5DaU096303>