summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2011-05-13 12:55:39 +0000
committerabs <abs@pkgsrc.org>2011-05-13 12:55:39 +0000
commitcf87583e859b0c9a6a3673eb3efd20d42a9f6132 (patch)
tree28cd840cfa8b9edd725354a751b7ca61e6041299
parent18d5dc798371db2ef183afedcb5615ee4f726152 (diff)
downloadpkgsrc-cf87583e859b0c9a6a3673eb3efd20d42a9f6132.tar.gz
Add libXt to the PKG_OPTIONS:Mx11 to fix modular x11 build
-rw-r--r--graphics/ImageMagick/options.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/ImageMagick/options.mk b/graphics/ImageMagick/options.mk
index fa98221d55f..a1e71649ef9 100644
--- a/graphics/ImageMagick/options.mk
+++ b/graphics/ImageMagick/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.10 2011/05/11 11:38:48 adam Exp $
+# $NetBSD: options.mk,v 1.11 2011/05/13 12:55:39 abs Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.ImageMagick
PKG_SUPPORTED_OPTIONS= x11 jasper djvu ghostscript wmf
@@ -9,6 +9,7 @@ PKG_SUGGESTED_OPTIONS= x11 jasper
.if !empty(PKG_OPTIONS:Mx11)
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
.include "../../x11/xextproto/buildlink3.mk"
.else
CONFIGURE_ARGS+= --without-x