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 /ftp/profxp | |
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 'ftp/profxp')
-rw-r--r-- | ftp/profxp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |