svn commit: r314585 - head/www/gallery3

Beech Rintoul beech at FreeBSD.org
Mon Mar 18 16:36:54 UTC 2013


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 at 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}


More information about the svn-ports-head mailing list