aboutsummaryrefslogtreecommitdiff
path: root/devel/tcl-trf/Makefile
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2013-12-05 21:47:53 +0000
committerMikhail Teterin <mi@FreeBSD.org>2013-12-05 21:47:53 +0000
commitdd7dd7827a1701d8af6a4059d4957259649264e3 (patch)
tree9cf4d74cf889c30ec9f6ee96dc79ad745591c0a3 /devel/tcl-trf/Makefile
parent30d77e1231cf331503e8cf7328bdca72b56859e6 (diff)
Notes
Diffstat (limited to 'devel/tcl-trf/Makefile')
-rw-r--r--devel/tcl-trf/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/tcl-trf/Makefile b/devel/tcl-trf/Makefile
index 5ff18e978610..faba66bdf3e7 100644
--- a/devel/tcl-trf/Makefile
+++ b/devel/tcl-trf/Makefile
@@ -34,8 +34,10 @@ CONFIGURE_ARGS= --with-tcl=${LOCALBASE}/lib/tcl${TCL_VER} \
--enable-static-md5
NO_STAGE= yes
+
+.include <bsd.port.options.mk>
post-patch:
-.ifdef TRF_USE_MD
+.if defined(TRF_USE_MD) || ${OSREL} > 10
#
# Using FreeBSD's own -lmd instead of OpenSSL's -lcrypto
#