diff options
-rw-r--r-- | finance/frontaccounting/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/frontaccounting/Makefile b/finance/frontaccounting/Makefile index 3c693121abd1..e2f762e236bd 100644 --- a/finance/frontaccounting/Makefile +++ b/finance/frontaccounting/Makefile @@ -38,7 +38,7 @@ RUN_DEPENDS+= lighttpd:${PORTSDIR}/www/lighttpd .endif .if ${PORT_OPTIONS:MMYSQL} -RUN_DEPENDS+= mysqld_safe:${PORTSDIR}/databases/mysql55-server +USE_MYSQL= server .endif .if ${PORT_OPTIONS:MDOCS} |