Index: Makefile =================================================================== --- Makefile (revision 373679) +++ Makefile (working copy) @@ -100,7 +100,6 @@ .if ${PORT_OPTIONS:MSSL} USE_OPENSSL= yes -WITH_OPENSSL_PORT= yes .else CONFIGURE_ARGS+= --with-crypto=none .endif Index: files/patch-configure.ac =================================================================== --- files/patch-configure.ac (revision 373679) +++ files/patch-configure.ac (working copy) @@ -1,6 +1,14 @@ ---- configure.ac.orig 2014-11-10 12:02:43.000000000 +0100 -+++ configure.ac 2014-11-20 23:35:26.000000000 +0100 -@@ -407,14 +407,15 @@ +--- configure.ac 2014-11-24 06:06:55.000000000 -0500 ++++ configure.ac 2014-11-30 12:47:42.000000000 -0500 +@@ -351,7 +351,6 @@ + ;; + + openssl) +- EFL_DEPEND_PKG([crypto], [OPENSSL], [openssl]) + ;; + esac + AM_CONDITIONAL([HAVE_CRYPTO_GNUTLS], [test "${build_crypto}" = "gnutls"]) +@@ -407,14 +406,15 @@ execinfo.h \ mcheck.h \ sys/epoll.h \