summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonny Davies <woodchip@gentoo.org>2002-09-14 03:12:44 +0000
committerDonny Davies <woodchip@gentoo.org>2002-09-14 03:12:44 +0000
commit3a3d04de2dd59eade8f515533726a5f1b9c33d1a (patch)
treee7aa7cfd7c99dee5e563f5acaa66c53cc81c2716 /media-gfx/xsane/xsane-0.86-r1.ebuild
parentCorrected perl ecalss syntax (diff)
downloadgentoo-2-3a3d04de2dd59eade8f515533726a5f1b9c33d1a.tar.gz
gentoo-2-3a3d04de2dd59eade8f515533726a5f1b9c33d1a.tar.bz2
gentoo-2-3a3d04de2dd59eade8f515533726a5f1b9c33d1a.zip
sys-devel/ld.so is deprecated; #6476.
Diffstat (limited to 'media-gfx/xsane/xsane-0.86-r1.ebuild')
-rw-r--r--media-gfx/xsane/xsane-0.86-r1.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/media-gfx/xsane/xsane-0.86-r1.ebuild b/media-gfx/xsane/xsane-0.86-r1.ebuild
index 82a8602c729d..1e31215a9f97 100644
--- a/media-gfx/xsane/xsane-0.86-r1.ebuild
+++ b/media-gfx/xsane/xsane-0.86-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsane/xsane-0.86-r1.ebuild,v 1.2 2002/07/23 05:18:07 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsane/xsane-0.86-r1.ebuild,v 1.3 2002/09/14 03:12:44 woodchip Exp $
S=${WORKDIR}/${P}
DESCRIPTION="XSane is a graphical scanning frontend"
@@ -11,10 +11,10 @@ SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 ppc"
-DEPEND="media-gfx/sane-backends"
+DEPEND="media-gfx/sane-backends =x11-libs/gtk+-1.2*"
+RDEPEND="${DEPEND}"
src_compile() {
-
local myconf
use nls || myconf="${myconf} --disable-nls"
use jpeg || myconf="${myconf} --disable-jpeg"
@@ -23,11 +23,9 @@ src_compile() {
econf ${myconf} || die
make || die
-
}
src_install () {
-
einstall || die
dodoc xsane.[A-Z]*
dohtml -r doc