diff options
author | sf <sf@FreeBSD.org> | 2001-12-19 03:47:45 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-12-19 03:47:45 +0800 |
commit | 56c054d4b51b7d0be64c2ac1214619c8dffcb9b9 (patch) | |
tree | 8570f8ea844ab390a44691b26b50a04ffa62b0bc /ftp/wget/Makefile | |
parent | dd7e903fd18ab1a07d706b5d47159d695698c5bf (diff) | |
download | freebsd-ports-gnome-56c054d4b51b7d0be64c2ac1214619c8dffcb9b9.tar.gz freebsd-ports-gnome-56c054d4b51b7d0be64c2ac1214619c8dffcb9b9.tar.zst freebsd-ports-gnome-56c054d4b51b7d0be64c2ac1214619c8dffcb9b9.zip |
Today's daily wget:
o don't detect libmd5 in libwww.
o pass Referer header in recursive retrieval.
Obtained from: wget CVS
Diffstat (limited to 'ftp/wget/Makefile')
-rw-r--r-- | ftp/wget/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index caf5aad9f8cb..c532a9e08910 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -7,7 +7,7 @@ PORTNAME= wget PORTVERSION= 1.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp www MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.dl.ac.uk/ccp14/ftp-mirror/wget/pub/unix/util/wget/ \ @@ -25,7 +25,7 @@ USE_OPENSSL= yes CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} .endif USE_GMAKE= yes -GNU_CONFIGURE= yes +USE_AUTOCONF= yes CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include \ LIBS=-L${LOCALBASE}/lib |