aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2006-01-10 16:24:21 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2006-01-10 16:24:21 +0000
commit0aa1088cbfff882b0949240705d30d1c92ca16b2 (patch)
tree24c5da7c3956f1509cfb81c5ed5e70dec2819c9c /ftp
parentf75ac920161ff88eae60ad6ebddc45599dc080c6 (diff)
downloadports-0aa1088cbfff882b0949240705d30d1c92ca16b2.tar.gz
ports-0aa1088cbfff882b0949240705d30d1c92ca16b2.zip
Notes
Diffstat (limited to 'ftp')
-rw-r--r--ftp/wzdftpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/wzdftpd/Makefile b/ftp/wzdftpd/Makefile
index 77e610edaafa..5c1b02bf5f10 100644
--- a/ftp/wzdftpd/Makefile
+++ b/ftp/wzdftpd/Makefile
@@ -63,7 +63,7 @@ CONFIGURE_ARGS+= --disable-openssl
.endif
.if defined(WITH_GNUTLS)
-LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls-devel
+LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls
.else
CONFIGURE_ARGS+= --disable-gnutls
.endif