diff options
author | az <az@FreeBSD.org> | 2012-06-30 22:53:22 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-30 22:53:22 +0800 |
commit | 0e6a86ac785369dcd2f6b93f52268d5336dcd283 (patch) | |
tree | fe4d654de9040e3451da08f6eb2865c73df28369 /news | |
parent | c4488f29abd1339c42a704fb50b07d1210e0f3bc (diff) | |
download | freebsd-ports-gnome-0e6a86ac785369dcd2f6b93f52268d5336dcd283.tar.gz freebsd-ports-gnome-0e6a86ac785369dcd2f6b93f52268d5336dcd283.tar.zst freebsd-ports-gnome-0e6a86ac785369dcd2f6b93f52268d5336dcd283.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'news')
-rw-r--r-- | news/inn/Makefile | 2 | ||||
-rw-r--r-- | news/nzbperl/Makefile | 6 | ||||
-rw-r--r-- | news/ubh/Makefile | 10 |
3 files changed, 9 insertions, 9 deletions
diff --git a/news/inn/Makefile b/news/inn/Makefile index 3e9fbb40c6cb..485c39ad94d8 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -43,7 +43,7 @@ VARBASE?= /var BUILD_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD \ p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools -# ${SITE_PERL}/MIME/parser.pm:${PORTSDIR}/mail/p5-MIME-Tools +# p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools RUN_DEPENDS:= ${BUILD_DEPENDS} 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: diff --git a/news/ubh/Makefile b/news/ubh/Makefile index dbdb6157858b..704288741358 100644 --- a/news/ubh/Makefile +++ b/news/ubh/Makefile @@ -15,11 +15,11 @@ MAINTAINER= john@zoner.org COMMENT= Perl script to download and decode binaries posted to Usenet RUN_DEPENDS= \ - ${SITE_PERL}/News/Newsrc.pm:${PORTSDIR}/news/p5-News-Newsrc \ - ${SITE_PERL}/Mail/Mailer.pm:${PORTSDIR}/mail/p5-Mail-Tools \ - ${SITE_PERL}/IO/Stringy.pm:${PORTSDIR}/devel/p5-IO-stringy \ - ${SITE_PERL}/MIME/Decoder.pm:${PORTSDIR}/mail/p5-MIME-Tools \ - ${SITE_PERL}/${PERL_ARCH}/String/CRC32.pm:${PORTSDIR}/devel/p5-String-CRC32 + p5-News-Newsrc>=0:${PORTSDIR}/news/p5-News-Newsrc \ + p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \ + p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \ + p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \ + p5-String-CRC32>=0:${PORTSDIR}/devel/p5-String-CRC32 NO_BUILD= YES USE_PERL5= YES |