Index: head/graphics/rubygem-mini_magick/Makefile =================================================================== --- head/graphics/rubygem-mini_magick/Makefile (revision 387485) +++ head/graphics/rubygem-mini_magick/Makefile (revision 387486) @@ -1,18 +1,28 @@ # Created by: Ryan Steinmetz # $FreeBSD$ PORTNAME= mini_magick PORTVERSION= 4.2.4 +PORTREVISION= 1 CATEGORIES= graphics rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Manipulate images with minimal use of memory via ImageMagick -RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes + +OPTIONS_DEFINE= X11 +OPTIONS_DEFAULT=X11 + +.include + +.if ${PORT_OPTIONS:MX11} +RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick +.else +RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick-nox11 +.endif .include