diff options
Diffstat (limited to 'graphics/ImageMagick-nox11/Makefile')
-rw-r--r-- | graphics/ImageMagick-nox11/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/ImageMagick-nox11/Makefile b/graphics/ImageMagick-nox11/Makefile index 37b0af0a2705..62e3b72c0444 100644 --- a/graphics/ImageMagick-nox11/Makefile +++ b/graphics/ImageMagick-nox11/Makefile @@ -4,6 +4,8 @@ # 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 |