diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2009-08-16 18:04:40 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2009-08-16 18:04:40 +0000 |
commit | f32c11d872ea222db4b9c33da363f2a8098194e1 (patch) | |
tree | b1caddc6f61d87da0f97b4f1e91b311c70bf3f97 /ftp/wzdftpd | |
parent | 89dbb0c8e2caff37277d7ad2e3b13666c62b13df (diff) | |
download | ports-f32c11d872ea222db4b9c33da363f2a8098194e1.tar.gz ports-f32c11d872ea222db4b9c33da363f2a8098194e1.zip |
Notes
Diffstat (limited to 'ftp/wzdftpd')
-rw-r--r-- | ftp/wzdftpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/wzdftpd/Makefile b/ftp/wzdftpd/Makefile index a36edc020952..03031972ec0b 100644 --- a/ftp/wzdftpd/Makefile +++ b/ftp/wzdftpd/Makefile @@ -7,7 +7,7 @@ PORTNAME= wzdftpd PORTVERSION= 0.8.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= ftp ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -67,7 +67,7 @@ CONFIGURE_ARGS+= --disable-openssl .endif .if defined(WITH_GNUTLS) -LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls .else CONFIGURE_ARGS+= --disable-gnutls .endif |