--- devel/efl/Makefile (revision 393871) +++ devel/efl/Makefile (working copy) @@ -107,10 +107,15 @@ .endif .if ${PORT_OPTIONS:MSSL} -USE_OPENSSL= yes -WITH_OPENSSL_PORT= yes +USE_OPENSSL= yes +. if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1001000 +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-configure.ac +CONFIGURE_ENV+= ECORE_CON_CFLAGS="-I${OPENSSLINC} -L${OPENSSLLIB}" ECORE_CON_LIBS="-lssl" +. else +WITH_OPENSSL_PORT= yes +. endif .else -CONFIGURE_ARGS+= --with-crypto=none +CONFIGURE_ARGS+= --with-crypto=none .endif .if ${PORT_OPTIONS:MGSTREAMER} || ${PORT_OPTIONS:MLIBXINE} || ${PORT_OPTIONS:MV4L}