diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/tcl-trf/Makefile | 4 |
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 # |