Created attachment 159395 [details] check if x11 options is set for ghostscript dependency When the PDF option is checked, it doesnt check if the x11 option is checked or not as it used to, this leads to ImageMagick-nox11 trying to pull ghostcript9 instead of ghostscript9-nox11 Attaching patch
A commit references this bug: Author: kwm Date: Sun Aug 2 18:13:17 UTC 2015 New revision: 393436 URL: https://svnweb.freebsd.org/changeset/ports/393436 Log: Add some more X11 / NOX11 checks around USES=ghostscript usage. While here apply the same checks to IM7. PR: 201993 Submitted by: daniel@blodan.se Changes: head/graphics/ImageMagick/Makefile head/graphics/ImageMagick7/Makefile