blob: f72a8871208b08969854cc3a586e4ee3310213d0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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}/../ImageMagick7
.include "${MASTERDIR}/Makefile"
|