diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-29 16:47:42 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-29 16:47:42 +0000 |
commit | e6353d0b3db307b860585f8ab426823ebe603cb0 (patch) | |
tree | 006d8263c256450d1533fb1effbde963c31ee3c0 /www/rejik | |
parent | 3c027b3dce2f4e990f09b0e5b44f4b086a58f8c8 (diff) |
Notes
Diffstat (limited to 'www/rejik')
-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 7b5a960630d6..b3ce260cc6d8 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 |