Index: Makefile =================================================================== --- Makefile (revision 521596) +++ Makefile (working copy) @@ -19,7 +19,9 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-tcllib=${LOCALBASE}/lib/libtcl${TCL_SHLIB_VER}.so \ - --with-tclinc=${LOCALBASE}/include/tcl${TCL_VER}/tcl.h + --with-tclinc=${LOCALBASE}/include/tcl${TCL_VER}/tcl.h \ + --with-sslinc=${OPENSSLINC} \ + --with-ssllib=${OPENSSLLIB} MAKE_JOBS_UNSAFE= yes LLD_UNSAFE= yes