aboutsummaryrefslogtreecommitdiffstats
path: root/www/rt34
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2003-11-08 17:16:42 +0800
committerdemon <demon@FreeBSD.org>2003-11-08 17:16:42 +0800
commit6fa0ca3dd9c1f485836bcb3dcb1ef040fa13164d (patch)
tree2bfe710acd64ace07fec4f773f02eca95dae556f /www/rt34
parent0d859d8279f1e116917c088fa2781fb454bda4d7 (diff)
downloadfreebsd-ports-gnome-6fa0ca3dd9c1f485836bcb3dcb1ef040fa13164d.tar.gz
freebsd-ports-gnome-6fa0ca3dd9c1f485836bcb3dcb1ef040fa13164d.tar.zst
freebsd-ports-gnome-6fa0ca3dd9c1f485836bcb3dcb1ef040fa13164d.zip
Add explicit dependency to p5-DBD-mysql port.
Submitted by: maintainer
Diffstat (limited to 'www/rt34')
-rw-r--r--www/rt34/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/rt34/Makefile b/www/rt34/Makefile
index bb24c5741d77..d3ca06a87436 100644
--- a/www/rt34/Makefile
+++ b/www/rt34/Makefile
@@ -94,7 +94,8 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/psql:${PORTSDIR}/databases/postgresql7 \
${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg
.else
DB_TYPE= mysql
-BUILD_DEPENDS+= ${LOCALBASE}/bin/mysql_config:${PORTSDIR}/databases/mysql40-server
+BUILD_DEPENDS+= ${LOCALBASE}/bin/mysql_config:${PORTSDIR}/databases/mysql40-server \
+ ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql
.endif
USE_PERL5= yes