freebsd-ports/graphics/ImageMagick-nox11/Makefile
Koop Mast cfbe959af4 Update ImageMagick to 6.9.1-6.
* 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]
2015-06-20 21:30:09 +00:00

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"