diff options
author | novel <novel@FreeBSD.org> | 2009-08-17 02:04:40 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2009-08-17 02:04:40 +0800 |
commit | eca1cf95d458e76990c77d38103cf30a96c51467 (patch) | |
tree | 55b0de0ced1add49d77516588335a7c063b7227f /ftp/wput | |
parent | 4c532e98adf2028ff3fcc40cedbefb73fe9dc6b5 (diff) | |
download | freebsd-ports-gnome-eca1cf95d458e76990c77d38103cf30a96c51467.tar.gz freebsd-ports-gnome-eca1cf95d458e76990c77d38103cf30a96c51467.tar.zst freebsd-ports-gnome-eca1cf95d458e76990c77d38103cf30a96c51467.zip |
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.
Diffstat (limited to 'ftp/wput')
-rw-r--r-- | ftp/wput/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/wput/Makefile b/ftp/wput/Makefile index c959726aae68..c41fdb2c4589 100644 --- a/ftp/wput/Makefile +++ b/ftp/wput/Makefile @@ -7,6 +7,7 @@ PORTNAME= wput PORTVERSION= 0.6.2 +PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= SF EXTRACT_SUFX= .tgz @@ -31,7 +32,7 @@ MAN1= wdel.1 wput.1 .include <bsd.port.pre.mk> .if !defined(WITHOUT_TLS) -LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+= --with-ssl .else CONFIGURE_ARGS+= --without-ssl |