Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Mar 2013 16:36:54 +0000 (UTC)
From:      Beech Rintoul <beech@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r314585 - head/www/gallery3
Message-ID:  <201303181636.r2IGasqw013379@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: beech
Date: Mon Mar 18 16:36:54 2013
New Revision: 314585
URL: http://svnweb.freebsd.org/changeset/ports/314585

Log:
  - Add option ImageMagick-nox11
  
  PR:		ports/176622
  Submitted by:	Klaas Demter <klaas.d@online.de>
  Approved by:	Maintainer timeout

Modified:
  head/www/gallery3/Makefile

Modified: head/www/gallery3/Makefile
==============================================================================
--- head/www/gallery3/Makefile	Mon Mar 18 16:36:41 2013	(r314584)
+++ head/www/gallery3/Makefile	Mon Mar 18 16:36:54 2013	(r314585)
@@ -50,7 +50,11 @@ RUN_DEPENDS+=	gm:${PORTSDIR}/graphics/Gr
 .endif
 
 .if ${PORT_OPTIONS:MIMAGEMAGICK}
-RUN_DEPENDS+=	convert:${PORTSDIR}/graphics/ImageMagick
+.if !defined(WITHOUT_X11)
+RUN_DEPENDS+=    convert:${PORTSDIR}/graphics/ImageMagick
+.else
+RUN_DEPENDS+=    convert:${PORTSDIR}/graphics/ImageMagick-nox11
+.endif
 .endif
 
 .if ${PORT_OPTIONS:MJHEAD}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303181636.r2IGasqw013379>