diff options
author | adamw <adamw@FreeBSD.org> | 2015-06-19 22:59:13 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2015-06-19 22:59:13 +0800 |
commit | edf4ec85b9792bae07b79a4c7c3a8fd627af23e7 (patch) | |
tree | 40c4391ba03f872dc8535e434a26989c3eb4ffb3 /ftp/wget/Makefile | |
parent | 4d88aba88752d74a42bd06f5d9b6b773977c6a81 (diff) | |
download | freebsd-ports-gnome-edf4ec85b9792bae07b79a4c7c3a8fd627af23e7.tar.gz freebsd-ports-gnome-edf4ec85b9792bae07b79a4c7c3a8fd627af23e7.tar.zst freebsd-ports-gnome-edf4ec85b9792bae07b79a4c7c3a8fd627af23e7.zip |
Update to 1.16.3. This update also fixes build with LibreSSL [2].
PR: 199316
191988 [2]
Approved by: maintainer timeout (> 2 months)
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 4d6269355fc3..631bb3cc4fb8 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= wget -DISTVERSION= 1.16.2 -PORTREVISION= 1 +DISTVERSION= 1.16.3 CATEGORIES= ftp www ipv6 MASTER_SITES= GNU @@ -51,6 +50,7 @@ CONFIGURE_ARGS+=--with-ssl=openssl --with-libssl-prefix=${OPENSSLBASE} CPPFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB} .elif ${PORT_OPTIONS:MGNUTLS} +USES+= pkgconfig LIB_DEPENDS+= libgnutls.so:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+=--with-ssl=gnutls CPPFLAGS+= -I${LOCALBASE}/include |