diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-20 09:56:52 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-20 09:56:52 +0000 |
commit | 9fc1c4fe89616480338adc0d98d5b1f0e4175302 (patch) | |
tree | a1c4a73130cdd2f28d9877c9ed4e5fc54d9c25ae /ftp/mget | |
parent | 59ffb51d2c9fc8f60995b11aee6533f8bdb126c2 (diff) | |
download | ports-9fc1c4fe89616480338adc0d98d5b1f0e4175302.tar.gz ports-9fc1c4fe89616480338adc0d98d5b1f0e4175302.zip |
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Notes
Notes:
svn path=/head/; revision=209420
Diffstat (limited to 'ftp/mget')
-rw-r--r-- | ftp/mget/Makefile | 1 |
1 files changed, 0 insertions, 1 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} |