cfbe959af4
* Remove double --without-lcms. * Speed up the test target by running it with multiple jobs. * Finaly add back WITHOUT_X11 to the IM-nox11 port, this will select the ghostscript-nox11 port instead of the x11 version. The code in bsd.port.mk doesn't handle the OPTIONS UNSET/EXCLUDE of X11. [1] PR: 199268 [1]
12 lines
302 B
Makefile
12 lines
302 B
Makefile
# Created by: mm@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
# the SVG and PANGO plugins need X11
|
|
OPTIONS_EXCLUDE= X11 SVG PANGO
|
|
PORTSCOUT= ignore:1
|
|
# workaround until bsd.port.mk code can grok the disabling of the X11 option
|
|
WITHOUT_X11=yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../ImageMagick
|
|
|
|
.include "${MASTERDIR}/Makefile"
|