diff options
author | ale <ale@FreeBSD.org> | 2015-01-16 11:05:12 +0000 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2015-01-16 11:05:12 +0000 |
commit | 6471501198a707186b7ba6377928828d685fbaf2 (patch) | |
tree | 7a98c8bb61f2e036cdf21c9f6482bb1b34b9828b | |
parent | 0549761c1041418188260083133df438c916880d (diff) | |
download | FreeBSD-ports-6471501198a707186b7ba6377928828d685fbaf2.zip FreeBSD-ports-6471501198a707186b7ba6377928828d685fbaf2.tar.gz |
Properly depend on mysql server.
-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 3c69312..e2f762e 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} |