diff options
Diffstat (limited to 'www/rejik/Makefile')
-rw-r--r-- | www/rejik/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/rejik/Makefile b/www/rejik/Makefile index 7b5a960..b3ce260 100644 --- a/www/rejik/Makefile +++ b/www/rejik/Makefile @@ -55,8 +55,8 @@ PLIST_SUB+= WWW="@comment " .if defined(WITH_DBL) DISTFILES+= dbl-2.0.tgz USE_PERL5_RUN= yes -RUN_DEPENDS+= ${SITE_PERL}/mach/Text/Iconv.pm:${PORTSDIR}/converters/p5-Text-Iconv \ - ${SITE_PERL}/mach/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ +RUN_DEPENDS+= p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv \ + p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ wget:${PORTSDIR}/ftp/wget PLIST_SUB+= DBL="" .else |