aboutsummaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2012-06-28 18:37:23 +0000
committerAndrej Zverev <az@FreeBSD.org>2012-06-28 18:37:23 +0000
commit2f57eb092608beb8bbffe9812d1ec7c511510adc (patch)
tree97c05a4ce9683e5d9a23d2f9aae98d4c08cb2f85 /news
parent249ae119e2118396c64c42bcc26b25b0fbbcc8e5 (diff)
downloadports-2f57eb092608beb8bbffe9812d1ec7c511510adc.tar.gz
ports-2f57eb092608beb8bbffe9812d1ec7c511510adc.zip
Notes
Diffstat (limited to 'news')
-rw-r--r--news/newsgrab/Makefile8
-rw-r--r--news/slrnconf/Makefile4
2 files changed, 6 insertions, 6 deletions
diff --git a/news/newsgrab/Makefile b/news/newsgrab/Makefile
index 3103ad29a960..4940c1e25470 100644
--- a/news/newsgrab/Makefile
+++ b/news/newsgrab/Makefile
@@ -15,10 +15,10 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Download and uudecode binary files from USENET using regexps
-RUN_DEPENDS= ${SITE_PERL}/News/NNTPClient.pm:${PORTSDIR}/news/p5-NNTPClient \
- ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \
- ${SITE_PERL}/News/Newsrc.pm:${PORTSDIR}/news/p5-News-Newsrc \
- ${SITE_PERL}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time-modules
+RUN_DEPENDS= p5-NNTPClient>=0:${PORTSDIR}/news/p5-NNTPClient \
+ p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \
+ p5-News-Newsrc>=0:${PORTSDIR}/news/p5-News-Newsrc \
+ p5-Time-modules>=0:${PORTSDIR}/devel/p5-Time-modules
NO_BUILD= yes
USE_PERL5= yes
diff --git a/news/slrnconf/Makefile b/news/slrnconf/Makefile
index e34ad704925d..54881fbc4605 100644
--- a/news/slrnconf/Makefile
+++ b/news/slrnconf/Makefile
@@ -13,8 +13,8 @@ MASTER_SITES= http://home.arcor.de/kaffeetisch/downloads/
MAINTAINER= ports@FreeBSD.org
COMMENT= Graphical configuation utility for the newsreader slrn
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
- ${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent
+BUILD_DEPENDS= p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
+ p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent
USE_BZIP2= yes
USE_PERL5= yes