aboutsummaryrefslogtreecommitdiff
path: root/dns/dnscheckengine
diff options
context:
space:
mode:
Diffstat (limited to 'dns/dnscheckengine')
-rw-r--r--dns/dnscheckengine/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/dnscheckengine/Makefile b/dns/dnscheckengine/Makefile
index ad6f222978e4..c8d92f7ac5b5 100644
--- a/dns/dnscheckengine/Makefile
+++ b/dns/dnscheckengine/Makefile
@@ -46,7 +46,7 @@ OPTIONS= MYSQL "Add MySQL Support (needed for webgui)" off
.if defined(WITH_MYSQL)
BUILD_DEPENDS+= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
-RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql
+RUN_DEPENDS+= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql
USE_MYSQL= yes
.endif