svn commit: r330791 - head/net/libvncserver

Baptiste Daroussin bapt at FreeBSD.org
Fri Oct 18 23:26:07 UTC 2013


Author: bapt
Date: Fri Oct 18 23:26:07 2013
New Revision: 330791
URL: http://svnweb.freebsd.org/changeset/ports/330791

Log:
  Use OPTIONS helper and remove now useless bsd.port.options.mk inclusion

Modified:
  head/net/libvncserver/Makefile

Modified: head/net/libvncserver/Makefile
==============================================================================
--- head/net/libvncserver/Makefile	Fri Oct 18 23:23:56 2013	(r330790)
+++ head/net/libvncserver/Makefile	Fri Oct 18 23:26:07 2013	(r330791)
@@ -41,11 +41,7 @@ GCRYPT_CONFIGURE_OFF=	--without-gcrypt
 IPV6_CONFIGURE_ON=	--with-ipv6
 IPV6_CONFIGURE_OFF=	--without-ipv6
 
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MOPENSSL}
-USE_OPENSSL=	yes
-.endif
+OPENSSL_USE=	OPENSSL
 
 post-patch:
 	@${REINPLACE_CMD} -e \


More information about the svn-ports-all mailing list