svn commit: r330792 - head/net/libvncserver

Baptiste Daroussin bapt at FreeBSD.org
Fri Oct 18 23:27:11 UTC 2013


Author: bapt
Date: Fri Oct 18 23:27:11 2013
New Revision: 330792
URL: http://svnweb.freebsd.org/changeset/ports/330792

Log:
  Fix bad usage of options helpers

Modified:
  head/net/libvncserver/Makefile

Modified: head/net/libvncserver/Makefile
==============================================================================
--- head/net/libvncserver/Makefile	Fri Oct 18 23:26:07 2013	(r330791)
+++ head/net/libvncserver/Makefile	Fri Oct 18 23:27:11 2013	(r330792)
@@ -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 \


More information about the svn-ports-head mailing list