summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-gfx/imagemagick/imagemagick-5.4.1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/media-gfx/imagemagick/imagemagick-5.4.1.ebuild b/media-gfx/imagemagick/imagemagick-5.4.1.ebuild
index f0144701f85a..56fb584f8192 100644
--- a/media-gfx/imagemagick/imagemagick-5.4.1.ebuild
+++ b/media-gfx/imagemagick/imagemagick-5.4.1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/imagemagick/imagemagick-5.4.1.ebuild,v 1.1 2002/01/01 22:34:22 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/imagemagick/imagemagick-5.4.1.ebuild,v 1.2 2002/02/22 19:41:34 woodchip Exp $
MY_P=ImageMagick-${PV}-2
S=${WORKDIR}/ImageMagick-${PV}
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.imagemagick.org/"
DEPEND="virtual/glibc
virtual/lpr
- virtual/x11
+ X? ( virtual/x11 )
>=app-text/dgs-0.5.9.1
>=sys-apps/bzip2-1
>=sys-libs/zlib-1.1.3
@@ -31,6 +31,7 @@ src_compile() {
use perl || myconf="--without-perl"
use lcms || myconf="${myconf} --without-lcms"
use xml2 || myconf="${myconf} --without-xml"
+ use X || myconf="${myconf} --with-x=no"
# Netscape is still used ? More people should have Mozilla
cp configure configure.orig