diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-12-10 23:04:49 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-12-10 23:04:49 +0000 |
commit | b0433060d8e6a1b8672856c8e056fa27d877b648 (patch) | |
tree | 4cc9463ee313cf82f21c7c9819d74fda756eed9a /net-mgmt/rackmonkey | |
parent | cafa6b4f9ef27e9117bf6ff95613b042b70e7a8a (diff) | |
download | ports-b0433060d8e6a1b8672856c8e056fa27d877b648.tar.gz ports-b0433060d8e6a1b8672856c8e056fa27d877b648.zip |
Notes
Diffstat (limited to 'net-mgmt/rackmonkey')
-rw-r--r-- | net-mgmt/rackmonkey/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/rackmonkey/Makefile b/net-mgmt/rackmonkey/Makefile index b533f0c7c8ec..44813c41b6d7 100644 --- a/net-mgmt/rackmonkey/Makefile +++ b/net-mgmt/rackmonkey/Makefile @@ -44,6 +44,7 @@ RUN_DEPENDS+= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite .endif .if defined(WITH_MYSQL) USE_MYSQL= yes +RUN_DEPENDS+= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql .endif .if defined(WITH_POSTGRES) USE_PGSQL= 83 |