diff options
Diffstat (limited to 'ftp/ncftp2/Makefile')
-rw-r--r-- | ftp/ncftp2/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/ftp/ncftp2/Makefile b/ftp/ncftp2/Makefile index 2328488fd181..676213ae23e1 100644 --- a/ftp/ncftp2/Makefile +++ b/ftp/ncftp2/Makefile @@ -7,7 +7,7 @@ PORTNAME= ncftp PORTVERSION= 2.4.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp MASTER_SITES= ftp://ftp.ncftp.com/ncftp/ @@ -24,11 +24,6 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_func_getmaxyx=yes ac_cv_lib_readline=yes MAN1= ncftp2.1 -.if defined(WITH_SOCKS) -BUILD_DEPENDS= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5 -CONFIGURE_ARGS+=--enable-socks5 -.endif - pre-fetch: @${ECHO} "" @${ECHO} "Use INSTALL_AS_NCFTP=yes to install ncftp1 as ${PREFIX}/bin/ncftp" |