diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-15 10:12:08 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-15 10:12:08 +0000 |
commit | 581cac9416d38f70a9e5c680d9751230bd43cbc4 (patch) | |
tree | 4ec74f3dd744ca8054cce78df35237dd5b189528 /net-mgmt/rackmonkey/Makefile | |
parent | 2f26d37a5937d9b654ab7ef7fc9f16733f276fce (diff) | |
download | ports-581cac9416d38f70a9e5c680d9751230bd43cbc4.tar.gz ports-581cac9416d38f70a9e5c680d9751230bd43cbc4.zip |
Notes
Diffstat (limited to 'net-mgmt/rackmonkey/Makefile')
-rw-r--r-- | net-mgmt/rackmonkey/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/rackmonkey/Makefile b/net-mgmt/rackmonkey/Makefile index 4226f46fe0bb..a7d410cd300c 100644 --- a/net-mgmt/rackmonkey/Makefile +++ b/net-mgmt/rackmonkey/Makefile @@ -40,7 +40,7 @@ USES+= sqlite RUN_DEPENDS+= p5-DBD-SQLite>=0:databases/p5-DBD-SQLite .endif .if ${PORT_OPTIONS:MMYSQL} -USE_MYSQL= yes +USES+= mysql RUN_DEPENDS+= p5-DBD-mysql>=0:databases/p5-DBD-mysql .endif .if ${PORT_OPTIONS:MPGSQL} |