diff options
Diffstat (limited to 'www/rt36/Makefile')
-rw-r--r-- | www/rt36/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/rt36/Makefile b/www/rt36/Makefile index bb24c5741d77..d3ca06a87436 100644 --- a/www/rt36/Makefile +++ b/www/rt36/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 |