Index: Makefile =================================================================== --- Makefile (revision 412632) +++ Makefile (working copy) @@ -50,4 +50,10 @@ cd ${WRKSRC}/tests && ${SETENV} TCL_LIBRARY="${WRKSRC}" \ tclsh${TCL_VER} all.tcl -.include +.include + +.if "${OPENSSL_PORT}" == "security/libressl" +CFLAGS+= -DNO_SSL2 +.endif + +.include Index: pkg-descr =================================================================== --- pkg-descr (revision 412632) +++ pkg-descr (working copy) @@ -2,4 +2,4 @@ This extension can be used to utilize SSL encryption on top of any valid Tcl Channel - not just sockets! -WWW: http://www.sensus.org/tcl/tls.htm +WWW: http://tls.sourceforge.net/