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@
14 lines
319 B
Makefile
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"
|