diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-28 18:37:23 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-28 18:37:23 +0000 |
commit | 2f57eb092608beb8bbffe9812d1ec7c511510adc (patch) | |
tree | 97c05a4ce9683e5d9a23d2f9aae98d4c08cb2f85 /ftp | |
parent | 249ae119e2118396c64c42bcc26b25b0fbbcc8e5 (diff) | |
download | ports-2f57eb092608beb8bbffe9812d1ec7c511510adc.tar.gz ports-2f57eb092608beb8bbffe9812d1ec7c511510adc.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/paraget/Makefile | 6 | ||||
-rw-r--r-- | ftp/profxp/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/ftp/paraget/Makefile b/ftp/paraget/Makefile index 97fc8c14edf4..6aeabe81a4e9 100644 --- a/ftp/paraget/Makefile +++ b/ftp/paraget/Makefile @@ -15,10 +15,10 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Parallel ftp-fetching program -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Class/MethodMaker.pm:${PORTSDIR}/devel/p5-Class-MethodMaker +BUILD_DEPENDS= p5-Class-MethodMaker>=0:${PORTSDIR}/devel/p5-Class-MethodMaker RUN_DEPENDS:= ${BUILD_DEPENDS} \ - ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ - ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple + p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple PERL_CONFIGURE= yes diff --git a/ftp/profxp/Makefile b/ftp/profxp/Makefile index a4c636dabda0..115c4cdc25c3 100644 --- a/ftp/profxp/Makefile +++ b/ftp/profxp/Makefile @@ -18,9 +18,9 @@ COMMENT= FXP (server-to-server FTP) client USE_PERL5= yes -RUN_DEPENDS= ${SITE_PERL}/Net/SOCKS.pm:${PORTSDIR}/net/p5-Socks \ - ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \ - ${SITE_PERL}/Term/ReadLine/Perl.pm:${PORTSDIR}/devel/p5-ReadLine-Perl +RUN_DEPENDS= p5-Socks>=0:${PORTSDIR}/net/p5-Socks \ + p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \ + p5-ReadLine-Perl>=0:${PORTSDIR}/devel/p5-ReadLine-Perl WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes |