summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonny Davies <woodchip@gentoo.org>2002-02-22 19:41:34 +0000
committerDonny Davies <woodchip@gentoo.org>2002-02-22 19:41:34 +0000
commitfcde4e15a2a1dd738fcdaea07511e1035d4c18a0 (patch)
tree22dccfa43b43b4e2a809f564149c0b965d76bb65 /media-gfx
parentAdded back in virtual/mta. It got clobbered when I foolishly tried (diff)
downloadgentoo-2-fcde4e15a2a1dd738fcdaea07511e1035d4c18a0.tar.gz
gentoo-2-fcde4e15a2a1dd738fcdaea07511e1035d4c18a0.tar.bz2
gentoo-2-fcde4e15a2a1dd738fcdaea07511e1035d4c18a0.zip
make X optional
Diffstat (limited to 'media-gfx')
-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