diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-01-28 10:32:30 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-01-28 10:32:30 +0800 |
commit | d49922431f45777450b6c0618913107655f7043a (patch) | |
tree | 17c47694fb6d2043b21fe96fc9d157f499aa6a35 /ftp/profxp | |
parent | 2189df97dd7c57e73204d6c402916a3859d1c392 (diff) | |
download | freebsd-ports-gnome-d49922431f45777450b6c0618913107655f7043a.tar.gz freebsd-ports-gnome-d49922431f45777450b6c0618913107655f7043a.tar.zst freebsd-ports-gnome-d49922431f45777450b6c0618913107655f7043a.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 |