diff options
author | az <az@FreeBSD.org> | 2012-07-18 15:34:11 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-07-18 15:34:11 +0800 |
commit | 76d8e1154755d10b0c29e7d054148bd31c5a46d0 (patch) | |
tree | 4cb95ab730d4a94843b9ddf26eea9c05b6fcf379 /ftp | |
parent | d3345870c7049fa93e0fb14186156a6ede0658d7 (diff) | |
download | freebsd-ports-gnome-76d8e1154755d10b0c29e7d054148bd31c5a46d0.tar.gz freebsd-ports-gnome-76d8e1154755d10b0c29e7d054148bd31c5a46d0.tar.zst freebsd-ports-gnome-76d8e1154755d10b0c29e7d054148bd31c5a46d0.zip |
- Fix package name detection
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/profxp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/profxp/Makefile b/ftp/profxp/Makefile index 115c4cdc25c3..529d077f4235 100644 --- a/ftp/profxp/Makefile +++ b/ftp/profxp/Makefile @@ -18,7 +18,7 @@ COMMENT= FXP (server-to-server FTP) client USE_PERL5= yes -RUN_DEPENDS= p5-Socks>=0:${PORTSDIR}/net/p5-Socks \ +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 |