diff options
author | Alex Dupre <ale@FreeBSD.org> | 2015-01-16 11:05:12 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2015-01-16 11:05:12 +0000 |
commit | dbfdaa09ec19130d0be75dfcce1694bfcc0e9ce1 (patch) | |
tree | 7a98c8bb61f2e036cdf21c9f6482bb1b34b9828b /finance | |
parent | e292f25fc8380ad50a501ae1e4f8b24865d53365 (diff) | |
download | ports-dbfdaa09ec19130d0be75dfcce1694bfcc0e9ce1.tar.gz ports-dbfdaa09ec19130d0be75dfcce1694bfcc0e9ce1.zip |
Notes
Diffstat (limited to 'finance')
-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} |