aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/wget/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/wget/Makefile')
-rw-r--r--ftp/wget/Makefile4
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