freebsd-ports/graphics/ImageMagick-nox11/Makefile
Koop Mast c1b43977c8 Don't add X libraries to the nox11 ports [1]
While here fix USE_GNOME in the SVG case to add to the USE_GNOME macro
and not overwrite it.

PR:		211721 [1]
Reported by:	Gary (freebsd-bugzilla@in-addr.com)
Pointy hat to:	kwm@
2016-08-10 12:08:05 +00:00

14 lines
319 B
Makefile

# Created by: mm@FreeBSD.org
# $FreeBSD$
PORTREVISION= 1
# 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"