diff options
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/mget/Makefile | 1 | ||||
-rw-r--r-- | ftp/prozilla/Makefile | 1 | ||||
-rw-r--r-- | ftp/wgetpro/Makefile | 1 | ||||
-rw-r--r-- | ftp/wmget/Makefile | 1 | ||||
-rw-r--r-- | ftp/yafc/Makefile | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/ftp/mget/Makefile b/ftp/mget/Makefile index bf93423f8a23..223ad254386d 100644 --- a/ftp/mget/Makefile +++ b/ftp/mget/Makefile @@ -14,7 +14,6 @@ MASTER_SITES= http://cs-people.bu.edu/dbera/activities/projects/mget/ MAINTAINER= beech@FreeBSD.org COMMENT= Multithreaded commandline web-download manager -USE_GETOPT_LONG= yes CFLAGS+= -DHAS_HERROR -DHAVE_GETOPT_LONG -DHAVE_INET_NTOP -DHAVE_IPV6 \ ${PTHREAD_CFLAGS} LDFLAGS+= ${PTHREAD_LIBS} diff --git a/ftp/prozilla/Makefile b/ftp/prozilla/Makefile index 956147bdfd0d..665d7f2e06c1 100644 --- a/ftp/prozilla/Makefile +++ b/ftp/prozilla/Makefile @@ -14,7 +14,6 @@ MAINTAINER= alepulver@FreeBSD.org COMMENT= ProZilla is a fast download accelerator USE_BZIP2= yes -USE_GETOPT_LONG=yes USE_GETTEXT= yes USE_GMAKE= yes diff --git a/ftp/wgetpro/Makefile b/ftp/wgetpro/Makefile index 8ef2528a4232..738385617287 100644 --- a/ftp/wgetpro/Makefile +++ b/ftp/wgetpro/Makefile @@ -18,7 +18,6 @@ MAINTAINER= stas@FreeBSD.org COMMENT= Wget with "PRO" features RESTRICTED= "may implement United States Patent 6,041,345" -USE_GETOPT_LONG= yes USE_OPENSSL= yes USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/ftp/wmget/Makefile b/ftp/wmget/Makefile index 039d2a6df5cc..78df8f602fb4 100644 --- a/ftp/wmget/Makefile +++ b/ftp/wmget/Makefile @@ -18,7 +18,6 @@ LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl USE_X_PREFIX= yes USE_GMAKE= yes -USE_GETOPT_LONG= yes WRKSRC= ${WRKDIR}/${PORTNAME} MAKE_ENV+= ${CONFIGURE_ENV} diff --git a/ftp/yafc/Makefile b/ftp/yafc/Makefile index e2664b6f04bb..e58bb9ab35cb 100644 --- a/ftp/yafc/Makefile +++ b/ftp/yafc/Makefile @@ -15,7 +15,6 @@ MAINTAINER= stas@FreeBSD.org COMMENT= Yet another ftp client. Similar to ftp(1) USE_BZIP2= yes -USE_GETOPT_LONG=yes GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-socks4=no --with-socks5=no --with-krb4=no \ |