blob: bb1f701c7748b267f7161501844918a6ad9eac8c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Created by: mm@FreeBSD.org
# the SVG and PANGO plugins need X11
OPTIONS_EXCLUDE= X11 SVG PANGO RAQM
PORTSCOUT= ignore:1
# workaround until bsd.port.mk code can grok the disabling of the X11 option
WITHOUT_X11=yes
MASTERDIR= ${.CURDIR}/../ImageMagick7
.include "${MASTERDIR}/Makefile"
|