diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-14 14:11:51 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-14 14:11:51 +0000 |
commit | b876916186d4f89b320dee3f2c4397d41b75fe54 (patch) | |
tree | 5e360c915d8fc331020243a2b40e5657489e2425 /net | |
parent | 630e157c543844245ca3feffb91a3627c4ee6b0e (diff) | |
download | ports-b876916186d4f89b320dee3f2c4397d41b75fe54.tar.gz ports-b876916186d4f89b320dee3f2c4397d41b75fe54.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/libvncserver/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/libvncserver/Makefile b/net/libvncserver/Makefile index ec086bc525c2..5686b3de3cf2 100644 --- a/net/libvncserver/Makefile +++ b/net/libvncserver/Makefile @@ -36,7 +36,7 @@ OPENSSL_CONFIGURE_OFF= --without-crypto --without-ssl GCRYPT_LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt GCRYPT_CONFIGURE_ON= --with-gcrypt -GCRYPT_CONFIGURE_ON= --without-gcrypt +GCRYPT_CONFIGURE_OFF= --without-gcrypt IPV6_CONFIGURE_ON= --with-ipv6 IPV6_CONFIGURE_OFF= --without-ipv6 |