View | Details | Raw Unified | Return to bug 257089
Collapse All | Expand All

(-)b/graphics/ImageMagick7/Makefile (-2 / +3 lines)
Lines 143-148 MODULES_CONFIGURE_WITH= modules Link Here
143
PANGO_CONFIGURE_WITH=	pango
143
PANGO_CONFIGURE_WITH=	pango
144
PANGO_USE=		gnome=pango
144
PANGO_USE=		gnome=pango
145
PANGO_IMPLIES=		X11
145
PANGO_IMPLIES=		X11
146
PANGO_LIB_DEPENDS=	libharfbuzz.so:print/harfbuzz
146
147
147
PNG_CONFIGURE_WITH=	png
148
PNG_CONFIGURE_WITH=	png
148
PNG_LIB_DEPENDS=	libpng.so:graphics/png
149
PNG_LIB_DEPENDS=	libpng.so:graphics/png
Lines 151-157 RAQM_DESC= Complex text layout support Link Here
151
RAQM_CONFIGURE_WITH=	raqm
152
RAQM_CONFIGURE_WITH=	raqm
152
RAQM_LIB_DEPENDS=	libraqm.so:print/libraqm
153
RAQM_LIB_DEPENDS=	libraqm.so:print/libraqm
153
154
154
# libraw is by default liked to lcms2, whichs also ends up in IM regardless
155
# libraw is by default linked to lcms2, whichs also ends up in IM regardless
155
# of the IM LCMS option.
156
# of the IM LCMS option.
156
RAW_DESC=		RAW format support (implies the lcms2 option)
157
RAW_DESC=		RAW format support (implies the lcms2 option)
157
RAW_CONFIGURE_WITH=	raw
158
RAW_CONFIGURE_WITH=	raw
Lines 357-363 post-install: Link Here
357
358
358
post-install-TESTS-on: test
359
post-install-TESTS-on: test
359
360
360
do-test:
361
test:
361
	-cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} limits -m 20m ${MAKE} ${_MAKE_JOBS} check
362
	-cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} limits -m 20m ${MAKE} ${_MAKE_JOBS} check
362
363
363
.include <bsd.port.mk>
364
.include <bsd.port.mk>

Return to bug 257089