X-Git-Url: http://popeye.lapinbilly.eu/git/?p=inkscape-1.0-freebsd.git;a=blobdiff_plain;f=Makefile;h=bbc0087a26259d74777d8942c384fd08deebfa56;hp=d9cb5480be7c4662794733afb70cc2587b6783b0;hb=6ced54c92fd3ce003e4c058223133baf48fe26a6;hpb=79dffda1cddafa69e1a62e2aa3b78f81a330e462 diff --git a/Makefile b/Makefile index d9cb548..bbc0087 100644 --- a/Makefile +++ b/Makefile @@ -91,19 +91,19 @@ LCMS_LIB_DEPENDS= liblcms2.so:graphics/lcms2 GTKSPELL_DESC= Support of GTK spell GTKSPELL_CMAKE_BOOL= WITH_GTKSPELL -GTKSPELL_LIB_DEPEND= libgtkspell3-3.so:textproc/gtkspell3 +GTKSPELL_LIB_DEPENDS= libgtkspell3-3.so:textproc/gtkspell3 OPENMP_DESC= OpenMP support OPENMP_USES= compiler:openmp OPENMP_USES_OFF= compiler:c++11-lib OPENMP_CMAKE_BOOL= WITH_OPENMP -IMAGEMAGICK_DESC= Support of ImageMagick for raster extensions and image import resolution (requires ImageMagick 7; set to OFF if you prefer GraphicsMagick) -IMAGEMAGICK_DEPENDS+= libMagick++-7.so:/ImageMagick7 +IMAGEMAGICK_DESC= Support of ImageMagick for raster extensions and image import resolution (requires ImageMagick 6; set to OFF if you prefer GraphicsMagick) +IMAGEMAGICK_LIB_DEPENDS= libMagick++-6.so:/ImageMagick6 IMAGEMAGICK_CMAKE_BOOL=WITH_IMAGE_MAGICK GRAPHICSMAGICK_DESC= support of GraphicsMagick for raster extensions and image import resolution" -GRAPHICSMAGICK_DEPENDS= libGraphicsMagick++.so:graphics/GraphicsMagick +GRAPHICSMAGICK_LIB_DEPENDS= libGraphicsMagick++.so:graphics/GraphicsMagick GRAPHICSMAGICK_CMAKE_BOOL=WITH_GRAPHICS_MAGICK NLS_DESC = Native Language Support @@ -111,8 +111,9 @@ NLS_CMAKE_BOOL= WITH_NLS NLS_USES= gettext post-patch: -# Third entry in the table of interpreters is basename of executable - @${REINPLACE_CMD} -e 's|python|${PYTHON_VERSION}|3' \ - ${WRKSRC}/src/extension/implementation/script.cpp + @${REINPLACE_CMD} -e 's|web-set-att|web_set_att|g' \ + ${WRKSRC}/po/*.po + @${REINPLACE_CMD} -e 's|web-transmit-att|web_transmit_att|g' \ + ${WRKSRC}/po/*.po .include