Googleing, descobri que isso está relacionado ao openjpeg 2.1
Eu tenho agora o openjp2 YES . Se não estou perdendo nada, os passos que eu dei foram:
sudo apt-get install cmake
wget https://github.com/uclouvain/openjpeg/archive/version.2.1.tar.gz
tar xzf version.2.1.tar.gz
cd openjpeg-version.2.1/
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
make
sudo make install
wget http://www.imagemagick.org/download/ImageMagick.tar.gz
tar xzf ImageMagick.tar.gz
cd ImageMagick-6.9.3-8
./configure --prefix=/usr --with-modules --with-perl=/usr/bin/perl --with-jp2 --enable-shared --disable-static --without-magick-plus-pus
make
sudo make install
convert -list configure | grep DELEGATES