svn commit: r422936 - head/devel/efl

Grzegorz Blach gblach at FreeBSD.org
Thu Sep 29 16:50:58 UTC 2016


Author: gblach
Date: Thu Sep 29 16:50:56 2016
New Revision: 422936
URL: https://svnweb.freebsd.org/changeset/ports/422936

Log:
  Readd WITH_OPENSSL_PORT=yes, was removed by mistake.

Modified:
  head/devel/efl/Makefile

Modified: head/devel/efl/Makefile
==============================================================================
--- head/devel/efl/Makefile	Thu Sep 29 15:57:40 2016	(r422935)
+++ head/devel/efl/Makefile	Thu Sep 29 16:50:56 2016	(r422936)
@@ -128,6 +128,7 @@ PLIST_SUB+=			AUDIO="@comment "
 
 .if ${PORT_OPTIONS:MSSL}
 USES+=				ssl
+WITH_OPENSSL_PORT=		yes
 .else
 CONFIGURE_ARGS+=		--with-crypto=none
 .endif


More information about the svn-ports-all mailing list