aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2010-12-11 07:04:49 +0800
committerpgollucci <pgollucci@FreeBSD.org>2010-12-11 07:04:49 +0800
commit92c63df1e552f481cefdbd8bf98bdb4b32ce4f07 (patch)
tree3ae80caaca037da3e567007b61526f6acff84e32
parent8e0fb44f328bb136a7f7e8230170d052d70e9657 (diff)
downloadfreebsd-ports-gnome-92c63df1e552f481cefdbd8bf98bdb4b32ce4f07.tar.gz
freebsd-ports-gnome-92c63df1e552f481cefdbd8bf98bdb4b32ce4f07.tar.zst
freebsd-ports-gnome-92c63df1e552f481cefdbd8bf98bdb4b32ce4f07.zip
- Fix depends when WITH_MYSQL
PR: ports/151127 Submitted by: brd Approved by: ecrist@secure-computing.net (maintainer)
-rw-r--r--net-mgmt/rackmonkey/Makefile1
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