diff options
Diffstat (limited to 'net/radiator/Makefile')
-rw-r--r-- | net/radiator/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/radiator/Makefile b/net/radiator/Makefile index ea012188a03c..a339ce63937a 100644 --- a/net/radiator/Makefile +++ b/net/radiator/Makefile @@ -41,7 +41,7 @@ IGNORE= will not be automatically fetched due to licensing\ .endif .if ${PORT_OPTIONS:MMYSQL} -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 .endif pre-configure: |