diff options
author | novel <novel@FreeBSD.org> | 2006-01-11 00:24:21 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2006-01-11 00:24:21 +0800 |
commit | a6ea7c1b50ad861a54543688efa881582775aca8 (patch) | |
tree | 7fbd53d4e1660c0812fda6092c4cc7a7384a0c22 /ftp | |
parent | 15eecf01f4d9306649281c064736fac34483d9c6 (diff) | |
download | freebsd-ports-gnome-a6ea7c1b50ad861a54543688efa881582775aca8.tar.gz freebsd-ports-gnome-a6ea7c1b50ad861a54543688efa881582775aca8.tar.zst freebsd-ports-gnome-a6ea7c1b50ad861a54543688efa881582775aca8.zip |
Depend on gnutls instead of gnutls-devel in:
- mail/msmtp [1]
- ftp/wzdftpd
Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> [1]
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 |