6041e9d52d
PR: 188895 Submitted by: Vick Khera <vivek@khera.org>
10 lines
209 B
Makefile
10 lines
209 B
Makefile
# Created by: mm@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
# the SVG and PANGO plugins need X11
|
|
OPTIONS_EXCLUDE= X11 SVG PANGO
|
|
PORTSCOUT= ignore:1
|
|
|
|
MASTERDIR= ${.CURDIR}/../ImageMagick
|
|
|
|
.include "${MASTERDIR}/Makefile"
|