Date: Sun, 21 Jan 2018 13:51:55 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459609 - head/graphics/GraphicsMagick Message-ID: <201801211351.w0LDptrr056974@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801211351.w0LDptrr056974>