diff --git a/graphics/libraw/Makefile b/graphics/libraw/Makefile index 4f25d46b1b86..58b29f62ac9f 100644 --- a/graphics/libraw/Makefile +++ b/graphics/libraw/Makefile @@ -31,7 +31,7 @@ OPTIONS_DEFAULT= LCMS2 DEMOSAIC_PACK_GPL2_DESC= Enable GPLv2 demosaic pack DEMOSAIC_PACK_GPL3_DESC= Enable GPLv3 demosaic pack OPTIMIZED_CFLAGS_DESC= Enable optimizations (on x86) -OPENMP_DESC= Enable openmp +OPENMP_DESC= Enable OpenMP (implies GCC 4.6+) .include @@ -42,8 +42,8 @@ CFLAGS+= -O3 .endif .if ${PORT_OPTIONS:MOPENMP} -CONFIGURE_ARGS+=--enable-openmp USE_GCC= 4.6+ +CONFIGURE_ARGS+=--enable-openmp .else CONFIGURE_ARGS+=--disable-openmp .endif diff --git a/graphics/libraw/pkg-descr b/graphics/libraw/pkg-descr index 29b3df4e0010..880f7c1ed90b 100644 --- a/graphics/libraw/pkg-descr +++ b/graphics/libraw/pkg-descr @@ -1,14 +1,13 @@ LibRaw is a library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others). -LibRaw is based on the source codes of the dcraw utility, where part -of drawbacks have already been eliminated and part will be fixed in -future. The users of the library are provided with API to be built -into their software programs. +LibRaw is based on the source codes of the dcraw utility, where part of +drawbacks have already been eliminated and part will be fixed in future. +The users of the library are provided with API to be built into their +software programs. LibRaw is intended to be used in any software that involves RAW file processing for a variety of purposes: RAW converters, data analyzers, panorama stitchers, noise suppressors, etc. WWW: http://www.libraw.org/ - http://www.libraw.su/