summaryrefslogtreecommitdiff
path: root/graphics/ImageMagick
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-09-23 11:31:36 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-09-23 11:31:36 +0000
commitc6c32879ebc3756cfa9c0857ac7e594c602a3011 (patch)
treeeaad07bfef52f1042d54addbb91e5f17c5bdbdd7 /graphics/ImageMagick
parentaudio/cdparanoia USE_LDCONFIG (diff)
[DEPS] graphics/ImageMagick reduce X dependencies
ImageMagick requires only USE_XORG=xext xt PR: ports/115869 Submitted by: Martin Matuska <mm@FreeBSD.org> Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=199975
Diffstat (limited to 'graphics/ImageMagick')
-rw-r--r--graphics/ImageMagick/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index c2fe1b80f006..ff77f95294e9 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ImageMagick
DISTVERSION= 6.3.3-5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics perl5
MASTER_SITES= ftp://ftp.imagemagick.org/pub/ImageMagick/ \
ftp://gd.tuwien.ac.at/pub/graphics/ImageMagick/ \
@@ -266,7 +266,7 @@ PLIST_SUB+= X11='@comment '
.else
CONFLICTS+= display-[0-9]*
CONFIGURE_ARGS+= --with-x
-USE_XLIB= yes
+USE_XORG= xext xt
PLIST_SUB+= X11=''
.if !defined(WITHOUT_IMAGEMAGICK_MPEG2)
RUN_DEPENDS+= mpeg2encode:${PORTSDIR}/multimedia/mpeg2codec