Summary: | [patch] graphics/ruby-rmagick: do not force depend on ImageMagick with X11 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | David Demelier <demelier.david> | ||||
Component: | Individual Port(s) | Assignee: | Steve Wills <swills> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
David Demelier
2013-04-22 09:40:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->ruby Over to maintainer (via the GNATS Auto Assign Tool) Responsible Changed From-To: ruby->swills I'll take it. Author: swills Date: Sat Jun 1 21:52:19 2013 New Revision: 319608 URL: http://svnweb.freebsd.org/changeset/ports/319608 Log: - Add X11 option PR: ports/178044 Submitted by: David Demelier <demelier.david@gmail.com> Modified: head/graphics/ruby-rmagick/Makefile Modified: head/graphics/ruby-rmagick/Makefile ============================================================================== --- head/graphics/ruby-rmagick/Makefile Sat Jun 1 21:47:52 2013 (r319607) +++ head/graphics/ruby-rmagick/Makefile Sat Jun 1 21:52:19 2013 (r319608) @@ -13,7 +13,18 @@ DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org COMMENT= A Ruby binding for ImageMagick +OPTIONS_DEFINE= X11 +OPTIONS_DEFAULT= X11 + +OPTIONSFILE?= ${PORT_DBDIR}/ruby-${PORTNAME}/options + +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MX11} LIB_DEPENDS= MagickWand:${PORTSDIR}/graphics/ImageMagick +.else +LIB_DEPENDS= MagickWand:${PORTSDIR}/graphics/ImageMagick-nox11 +.endif USE_BZIP2= yes USE_RUBY= yes _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed. Thanks! |