diff options
author | vd <vd@FreeBSD.org> | 2017-02-05 17:54:31 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2017-02-05 17:54:31 +0800 |
commit | 1a9775149a2778bca15a8298829934b1f5088090 (patch) | |
tree | 8ee957d60b3d44154593b79ef2ac07f3e7f3ca7f /ftp/wget/Makefile | |
parent | 20a050c7b3c5fb5fcdd19df04aef9547f7ef3424 (diff) | |
download | freebsd-ports-gnome-1a9775149a2778bca15a8298829934b1f5088090.tar.gz freebsd-ports-gnome-1a9775149a2778bca15a8298829934b1f5088090.tar.zst freebsd-ports-gnome-1a9775149a2778bca15a8298829934b1f5088090.zip |
ftp/wget: Upgrade from 1.18_2 to 1.19
Diffstat (limited to 'ftp/wget/Makefile')
-rw-r--r-- | ftp/wget/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index 9bf66588f2e0..ddbbb3e9b83d 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= wget -DISTVERSION= 1.18 -PORTREVISION= 2 +DISTVERSION= 1.19 CATEGORIES= ftp www ipv6 MASTER_SITES= GNU @@ -51,6 +50,8 @@ PSL_LIB_DEPENDS= libpsl.so:dns/libpsl .include <bsd.port.options.mk> +CONFIGURE_ARGS+=--with-included-libunistring + .if ${PORT_OPTIONS:MOPENSSL} USE_OPENSSL= yes CONFIGURE_ARGS+=--with-ssl=openssl --with-libssl-prefix=${OPENSSLBASE} |