diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-20 10:03:51 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-20 10:03:51 +0000 |
commit | 6f8a3dbfb13db6ee70c844d085a8f76c64fab6ef (patch) | |
tree | 6ee88f98657f9c200a7c9ab4e8cf3c0eaf0c4d5b /www/htdump | |
parent | a1807bcfe56b6446dd8fe5d6176917ca78afd940 (diff) | |
download | ports-6f8a3dbfb13db6ee70c844d085a8f76c64fab6ef.tar.gz ports-6f8a3dbfb13db6ee70c844d085a8f76c64fab6ef.zip |
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Notes
Notes:
svn path=/head/; revision=209422
Diffstat (limited to 'www/htdump')
-rw-r--r-- | www/htdump/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/htdump/Makefile b/www/htdump/Makefile index 002758b66b0f..69629a7d354d 100644 --- a/www/htdump/Makefile +++ b/www/htdump/Makefile @@ -16,7 +16,6 @@ COMMENT= A tool to retrieve WWW data OPTIONS= SSL "SSL support" on -USE_GETOPT_LONG=yes CFLAGS+= ${CPPFLAGS} MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LFLAGS="-s ${LDFLAGS}" |