diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-01-10 16:24:21 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-01-10 16:24:21 +0000 |
commit | 0aa1088cbfff882b0949240705d30d1c92ca16b2 (patch) | |
tree | 24c5da7c3956f1509cfb81c5ed5e70dec2819c9c /ftp | |
parent | - update to 0.53 (diff) |
Depend on gnutls instead of gnutls-devel in:
- mail/msmtp [1]
- ftp/wzdftpd
Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> [1]
Notes
Notes:
svn path=/head/; revision=153206
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/wzdftpd/Makefile | 2 |
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 |