https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262888
--- Comment #9 from Robert Kruus <[email protected]> --- (In reply to Citroën from comment #8) openjpeg2 is only a flag to the cmake to look for openjpeg, it has nothing to do with the port version or port name. In the CMakeLists.txt file: if(ENABLE_LIBOPENJPEG STREQUAL "openjpeg2") ... -DENABLE_LIBOPENJPEG="none" has the port not use openjpeg at all (so will always work) In the port Makefile: OPENJPEG_CMAKE_OFF=-DENABLE_LIBOPENJPEG:STR="none" -- You are receiving this mail because: You are the assignee for the bug.
