*** Portfile.current 2011-03-21 14:43:22.000000000 -0400 --- Portfile 2011-03-21 14:46:59.000000000 -0400 *************** *** 79,84 **** --- 79,91 ---- test.run yes test.target check + variant jpeg2000 description {Activate JPEG2000 support, requires Jasper Library} { + depends_lib-append port:jasper + archcheck.files-append lib/libjasper.dylib + configure.args-delete --with-jp2=no + configure.args-append --with-jp2=yes + } + variant q8 conflicts q16 q32 description {Use 8 bits per pixel quantum} { configure.args-append --with-quantum-depth=8 }