svn commit: r459609 - head/graphics/GraphicsMagick

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 21 13:51:56 UTC 2018


Author: sunpoet
Date: Sun Jan 21 13:51:55 2018
New Revision: 459609
URL: https://svnweb.freebsd.org/changeset/ports/459609

Log:
  Fix build when libICE is installed but libSM is not
  
  - Bump PORTREVISION for dependency change
  
  PR:		220455
  Reported by:	John Smith <godevilove at ya.ru>

Modified:
  head/graphics/GraphicsMagick/Makefile

Modified: head/graphics/GraphicsMagick/Makefile
==============================================================================
--- head/graphics/GraphicsMagick/Makefile	Sun Jan 21 13:46:59 2018	(r459608)
+++ head/graphics/GraphicsMagick/Makefile	Sun Jan 21 13:51:55 2018	(r459609)
@@ -3,6 +3,7 @@
 
 PORTNAME=	GraphicsMagick
 PORTVERSION=	1.3.27a
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	graphics
 MASTER_SITES=	SF \
@@ -66,8 +67,9 @@ TIFF_LIB_DEPENDS=	libtiff.so:graphics/tiff
 WEBP_CONFIGURE_WITH=	webp
 WEBP_LIB_DEPENDS=	libwebp.so:graphics/webp
 WMF_CONFIGURE_WITH=	wmf
+X11_CONFIGURE_OFF=	ac_cv_lib_ICE_IceConnectionNumber=no
 X11_CONFIGURE_WITH=	x
-X11_USE=		XORG=x11,xext
+X11_USE=		XORG=ice,sm,x11,xext
 XML_CONFIGURE_WITH=	xml
 XML_USE=		GNOME=libxml2
 XML_USES=		gnome


More information about the svn-ports-head mailing list