aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/tcltls/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/devel/tcltls/Makefile b/devel/tcltls/Makefile
index 4f2399dc62e3..feda34bd28fa 100644
--- a/devel/tcltls/Makefile
+++ b/devel/tcltls/Makefile
@@ -46,14 +46,8 @@ post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/tls.htm ${STAGEDIR}${DOCSDIR}
-do-test check: build
+xregression-test test check: build
cd ${WRKSRC}/tests && ${SETENV} TCL_LIBRARY="${WRKSRC}" \
tclsh${TCL_VER} all.tcl
-.include <bsd.port.pre.mk>
-
-.if "${WITH_OPENSSL_PORT:tl}" == "yes" && "${OPENSSL_PORT}" == "security/libressl"
-CFLAGS+= -DNO_SSL2
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>