diff options
author | az <az@FreeBSD.org> | 2012-06-29 02:37:23 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-29 02:37:23 +0800 |
commit | d767f0728d3efeb994fab115409d2613056d4dcb (patch) | |
tree | fcc23cd040c16dbe5fcf8d453dc0e501e4c30dac /news | |
parent | 22c51e57b674473bf359f08d37a6a1c82ff7bea7 (diff) | |
download | freebsd-ports-gnome-d767f0728d3efeb994fab115409d2613056d4dcb.tar.gz freebsd-ports-gnome-d767f0728d3efeb994fab115409d2613056d4dcb.tar.zst freebsd-ports-gnome-d767f0728d3efeb994fab115409d2613056d4dcb.zip |
- Remove SITE_PERL from *_DEPENDS
Diffstat (limited to 'news')
-rw-r--r-- | news/newsgrab/Makefile | 8 | ||||
-rw-r--r-- | news/slrnconf/Makefile | 4 |
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 |