diff options
-rw-r--r-- | ftp/ncftp2/Makefile | 7 | ||||
-rw-r--r-- | ftp/ncftp2/files/patch-configure | 11 |
2 files changed, 1 insertions, 17 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" diff --git a/ftp/ncftp2/files/patch-configure b/ftp/ncftp2/files/patch-configure deleted file mode 100644 index 5bb66fe12ce3..000000000000 --- a/ftp/ncftp2/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 1997-06-08 13:25:04.000000000 +0800 -+++ configure 2011-12-22 00:11:03.000000000 +0800 -@@ -1766,7 +1766,7 @@ else - echo "$ac_t""no" 1>&6 - fi - -- if test "$ac_cv_lib_socks5" = yes ; then -+ if test "$ac_cv_lib_socks5_SOCKSinit" = yes ; then - nc_cv_socks=no - else - LIBS="$savelibs" |