diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 14:53:22 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 14:53:22 +0000 |
commit | a41069ab3bfd541bc1346b1cecf61e6f8e73bcb7 (patch) | |
tree | 40fe0a02e0758fc49c8157653539df882d0f43e7 /news/nzbperl | |
parent | bd4d8236ba9e303590baea2f49896d1b57c1f4f4 (diff) |
Notes
Diffstat (limited to 'news/nzbperl')
-rw-r--r-- | news/nzbperl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/news/nzbperl/Makefile b/news/nzbperl/Makefile index 7d69dd4b832c..7432448c2cce 100644 --- a/news/nzbperl/Makefile +++ b/news/nzbperl/Makefile @@ -18,8 +18,8 @@ EXTRACT_SUFX= MAINTAINER= ports@thepentagon.org COMMENT= A perl script for downloading nzb files -RUN_DEPENDS= ${SITE_PERL}/XML/DOM.pm:${PORTSDIR}/textproc/p5-XML-DOM \ - ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \ +RUN_DEPENDS= p5-XML-DOM>=0:${PORTSDIR}/textproc/p5-XML-DOM \ + p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \ ${LOCALBASE}/bin/uudeview:${PORTSDIR}/converters/uudeview PLIST_FILES= bin/nzbperl @@ -27,7 +27,7 @@ NO_BUILD= yes USE_PERL5_RUN= yes .if defined(WITH_SSL) -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay +RUN_DEPENDS+= p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay .endif do-extract: |