diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-26 05:11:00 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-26 05:11:00 +0800 |
commit | b2dff561d3ecdf398dc29fbfb2c20d653063440c (patch) | |
tree | d771d16163469ad33e7a5a81b2e2138b1bf0ba43 /graphics | |
parent | ed3138f577f438834be7689f48b425a89b7d99e2 (diff) | |
download | freebsd-ports-graphics-b2dff561d3ecdf398dc29fbfb2c20d653063440c.tar.gz freebsd-ports-graphics-b2dff561d3ecdf398dc29fbfb2c20d653063440c.tar.zst freebsd-ports-graphics-b2dff561d3ecdf398dc29fbfb2c20d653063440c.zip |
revert changes not ready to get in
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/GraphicsMagick/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile index 478778be4ff..da62d0b2820 100644 --- a/graphics/GraphicsMagick/Makefile +++ b/graphics/GraphicsMagick/Makefile @@ -32,8 +32,6 @@ CONFIGURE_ARGS= --without-perl --enable-shared --enable-static \ --with-quantum-depth="${QD}" \ --with-windows-font-dir="${WINDOWS_FONT_DIR}" USE_LDCONFIG= yes -INSTALL_TARGET= install-strip -PORTDOCS= * PLIST_SUB= Q="${QD}" @@ -46,7 +44,7 @@ OPTIONS_DEFAULT= OPENMP WEBP X11 DPS_DESC= Display Ghostscript support (must also select X11) FPX_LIB_DEPENDS+= libfpx.so.[2-9]:${PORTSDIR}/graphics/libfpx FPX_CONFIGURE_WITH= fpx -OPENMP_USES= compiler:gcc-c++11-lib +OPENMP_USES= compiler:openmp OPENMP_CONFIGURE_ON= --with-threads --enable-openmp --disable-openmp-slow OPENMP_CONFIGURE_OFF= --without-threads --disable-openmp Q8BIT_DESC= Use 8-bit pixels (speed) instead of 16 (quality) |