diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-31 05:21:54 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-31 05:21:54 +0000 |
commit | 2b6b270615ef9894d4aef000d4ef6289e6bd6972 (patch) | |
tree | fb8a02ff20b87e0f19d590a3fe34114af12bfeed /net/libvncserver | |
parent | a8d8b2d67b7034bc0f69968a21f7000cd54d20b2 (diff) | |
download | ports-2b6b270615ef9894d4aef000d4ef6289e6bd6972.tar.gz ports-2b6b270615ef9894d4aef000d4ef6289e6bd6972.zip |
Notes
Diffstat (limited to 'net/libvncserver')
-rw-r--r-- | net/libvncserver/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/libvncserver/Makefile b/net/libvncserver/Makefile index e3d79cb2de1c..f1e322db02dd 100644 --- a/net/libvncserver/Makefile +++ b/net/libvncserver/Makefile @@ -32,14 +32,14 @@ OPTIONS= GNUTLS "Adds GnuTLS support" Off \ .include <bsd.port.options.mk> .if defined(WITH_GNUTLS) -LIB_DEPENDS+= gnutls.0:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+= --with-gnutls .else CONFIGURE_ARGS+= --without-gnutls .endif .if defined(WITH_GCRYPT) -LIB_DEPENDS+= gcrypt.0:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS+= gcrypt.18:${PORTSDIR}/security/libgcrypt CONFIGURE_ARGS+= --with-gcrypt .else CONFIGURE_ARGS+= --without-gcrypt |