View | Details | Raw Unified | Return to bug 223518 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (+11 lines)
Lines 185-190 Link Here
185
XWIDGETS_LIB_DEPENDS=	libwebkitgtk-3.0.so:www/webkit-gtk3
185
XWIDGETS_LIB_DEPENDS=	libwebkitgtk-3.0.so:www/webkit-gtk3
186
XWIDGETS_IMPLIES=	GTK3
186
XWIDGETS_IMPLIES=	GTK3
187
187
188
.include <bsd.port.options.mk>
189
190
# has graphics/ImageMagick been compiled with OPENMP?
191
.if ${PORT_OPTIONS:MMAGICK} && ${:!${GREP} -sc " \-fopenmp " /usr/local/libdata/pkgconfig/ImageMagick.pc || true!} == "1"
192
_MAGICK_WITH_OPENMP=	true
193
.endif
194
195
.ifdef _MAGICK_WITH_OPENMP
196
USES+=	compiler:openmp
197
.endif
198
188
# With a desktop entry stage-qa will give a warning about requiring
199
# With a desktop entry stage-qa will give a warning about requiring
189
# desktop-file-utils and portlint -C will give a warning about INSTALL_ICONS,
200
# desktop-file-utils and portlint -C will give a warning about INSTALL_ICONS,
190
# but don't pull in those dependencies when X11 is off.
201
# but don't pull in those dependencies when X11 is off.

Return to bug 223518