Index: mysql56-server/Makefile =================================================================== --- mysql56-server/Makefile (revision 375922) +++ mysql56-server/Makefile (working copy) @@ -65,7 +65,8 @@ CMAKE_ARGS+= -DWITH_EMBEDDED_SERVER="ON" .else -USES+= readline +LIB_DEPENDS+= libedit.so.0:${PORTSDIR}/devel/libedit +CMAKE_ARGS+= -DEDITLINE_LIBRARY=${LOCALBASE}/lib/libedit.so .endif post-patch: