diff options
author | bapt <bapt@FreeBSD.org> | 2013-06-14 22:11:51 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-06-14 22:11:51 +0800 |
commit | 5b270bb080e31769541f299142d137091a3a7fb8 (patch) | |
tree | 5e360c915d8fc331020243a2b40e5657489e2425 /net | |
parent | c21df5098633f6ad213322e7611bd870b57d7bac (diff) | |
download | freebsd-ports-gnome-5b270bb080e31769541f299142d137091a3a7fb8.tar.gz freebsd-ports-gnome-5b270bb080e31769541f299142d137091a3a7fb8.tar.zst freebsd-ports-gnome-5b270bb080e31769541f299142d137091a3a7fb8.zip |
Fix typo
Reported by: wg
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 |