diff options
Diffstat (limited to 'net/httpry')
-rw-r--r-- | net/httpry/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/httpry/Makefile b/net/httpry/Makefile index f0c2c9f7d11f..d3a8be438157 100644 --- a/net/httpry/Makefile +++ b/net/httpry/Makefile @@ -25,7 +25,7 @@ OPTIONS= EXTRASCRIPTS "Install additional scripts" Off .if defined(WITH_EXTRASCRIPTS) PLIST_SUB= EXTRASCRIPTS="" USE_PERL5_RUN= yes -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI . if ${PERL_LEVEL} < 500903 RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress . endif |