diff options
author | 2001-04-19 16:37:12 +0000 | |
---|---|---|
committer | 2001-04-19 16:37:12 +0000 | |
commit | c6830860d7d04b380d80b465279916eb03709fdb (patch) | |
tree | 83d1e23f76e0294691d78e9cea30008bfbe657db /gnome-base/gnome-print | |
parent | added dynamic firewalling tools project page (diff) | |
download | gentoo-2-c6830860d7d04b380d80b465279916eb03709fdb.tar.gz gentoo-2-c6830860d7d04b380d80b465279916eb03709fdb.tar.bz2 gentoo-2-c6830860d7d04b380d80b465279916eb03709fdb.zip |
Added gs to deps
Diffstat (limited to 'gnome-base/gnome-print')
-rw-r--r-- | gnome-base/gnome-print/gnome-print-0.28.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnome-base/gnome-print/gnome-print-0.28.ebuild b/gnome-base/gnome-print/gnome-print-0.28.ebuild index 364ef0ac251f..03498dfa930b 100644 --- a/gnome-base/gnome-print/gnome-print-0.28.ebuild +++ b/gnome-base/gnome-print/gnome-print-0.28.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-print/gnome-print-0.28.ebuild,v 1.1 2001/04/13 16:59:03 pete Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-print/gnome-print-0.28.ebuild,v 1.2 2001/04/19 16:37:12 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -11,7 +11,8 @@ HOMEPAGE="http://www.gnome.org/" DEPEND="nls? ( sys-devel/gettext ) >=gnome-base/libxml-1.8.10 - >=gnome-base/gdk-pixbuf-0.9.0" + >=gnome-base/gdk-pixbuf-0.9.0 + >=app-text/ghostscript-6.50-r2" src_compile() { local myconf |