mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
13 lines
303 B
Makefile
13 lines
303 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}/../ImageMagick6
|
|
|
|
.include "${MASTERDIR}/Makefile"
|