freebsd-ports/graphics/ImageMagick7-nox11/Makefile
Koop Mast 892582eb04 Update ImageMagick to 7.0.8.57.
Temperarly disable RAQM support in the -nox11 port since it pulls in X libraries (via harfbuzz->cairo->X) [1].

Thanks to the reportes for tracking down where  the extra dependancies came from.

PR:		239156
Reported by:	Martin Waschbüsch <martin@waschbuesch.de>
		Ting-Wei Lan <lantw44@gmail.com>
		Gary <freebsd-bugzilla@in-addr.com>
2019-08-05 16:25:45 +00:00

12 lines
308 B
Makefile

# Created by: mm@FreeBSD.org
# $FreeBSD$
# the SVG and PANGO plugins need X11
OPTIONS_EXCLUDE= X11 SVG PANGO RAQM
PORTSCOUT= ignore:1
# workaround until bsd.port.mk code can grok the disabling of the X11 option
WITHOUT_X11=yes
MASTERDIR= ${.CURDIR}/../ImageMagick7
.include "${MASTERDIR}/Makefile"