diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-28 10:32:30 +0800 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-28 10:32:30 +0800 |
commit | 3f795ed79544f451dcbc7721ec25f7470245ab4b (patch) | |
tree | 8474ecf15973c32c010cc76f3cfb138e84dd508b /ftp/profxp | |
parent | 5b91abfaae1c8bf3daa8a78955ac833c26b07aea (diff) | |
download | freebsd-ports-gnome-3f795ed79544f451dcbc7721ec25f7470245ab4b.tar.gz freebsd-ports-gnome-3f795ed79544f451dcbc7721ec25f7470245ab4b.tar.zst freebsd-ports-gnome-3f795ed79544f451dcbc7721ec25f7470245ab4b.zip |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 12).
Approved by: portmgr (itetcu)
Diffstat (limited to 'ftp/profxp')
-rw-r--r-- | ftp/profxp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/profxp/Makefile b/ftp/profxp/Makefile index 9c67b2e5fc63..72e82ed2fda4 100644 --- a/ftp/profxp/Makefile +++ b/ftp/profxp/Makefile @@ -8,6 +8,7 @@ PORTNAME= profxp PORTVERSION= 3p2 +PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= http://duncanthrax.net/profxp/ DISTNAME= ${PORTNAME}-v${PORTVERSION:S/p/-pre/}-src @@ -17,8 +18,7 @@ COMMENT= FXP (server-to-server FTP) client USE_PERL5= yes -RUN_DEPENDS= ${PERL_SITELIBDIR}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ - ${PERL_SITELIBDIR}/Net/SOCKS.pm:${PORTSDIR}/net/p5-Socks \ +RUN_DEPENDS= ${PERL_SITELIBDIR}/Net/SOCKS.pm:${PORTSDIR}/net/p5-Socks \ ${PERL_SITELIBDIR}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \ ${PERL_SITELIBDIR}/Term/ReadLine/Perl.pm:${PORTSDIR}/devel/p5-ReadLine-Perl |