892582eb04
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>
12 lines
308 B
Makefile
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"
|