aboutsummaryrefslogtreecommitdiff
path: root/graphics/GraphicsMagick
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-01-21 13:51:55 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-01-21 13:51:55 +0000
commit780bfd3f12f33c4efd9dacd7b02967a33467d99f (patch)
tree6d4df68a176489353ef90e3aa2d65f20c1de3e89 /graphics/GraphicsMagick
parente12f9d23150770829254a04dd19281b4780bece2 (diff)
downloadports-780bfd3f12f33c4efd9dacd7b02967a33467d99f.tar.gz
ports-780bfd3f12f33c4efd9dacd7b02967a33467d99f.zip
Fix build when libICE is installed but libSM is not
- Bump PORTREVISION for dependency change PR: 220455 Reported by: John Smith <godevilove@ya.ru>
Notes
Notes: svn path=/head/; revision=459609
Diffstat (limited to 'graphics/GraphicsMagick')
-rw-r--r--graphics/GraphicsMagick/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile
index 1575c53542d5..bc8062ed42a2 100644
--- a/graphics/GraphicsMagick/Makefile
+++ b/graphics/GraphicsMagick/Makefile
@@ -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