diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-18 23:27:11 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-18 23:27:11 +0000 |
commit | 7e5a4f9107132fd468c799a6b94ca9a34f0da2c6 (patch) | |
tree | 51391557accb3becbdd45f82d10e75c84bb21220 /net/libvncserver | |
parent | 4679741596f27467be7030d367040c1eab5cdf37 (diff) | |
download | ports-7e5a4f9107132fd468c799a6b94ca9a34f0da2c6.tar.gz ports-7e5a4f9107132fd468c799a6b94ca9a34f0da2c6.zip |
Notes
Diffstat (limited to 'net/libvncserver')
-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 fb9ce5b2d8db..39e2fa96f9c8 100644 --- a/net/libvncserver/Makefile +++ b/net/libvncserver/Makefile @@ -41,7 +41,7 @@ GCRYPT_CONFIGURE_OFF= --without-gcrypt IPV6_CONFIGURE_ON= --with-ipv6 IPV6_CONFIGURE_OFF= --without-ipv6 -OPENSSL_USE= OPENSSL +OPENSSL_USE= OPENSSL=yes post-patch: @${REINPLACE_CMD} -e \ |