diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2001-10-10 09:12:11 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2001-10-10 09:12:11 +0000 |
commit | 6fc436d7aad1e688eac4c949e4d108521ca48576 (patch) | |
tree | 69acbb35dfe4d0442015e81fc8fb800892c792df /net-news/pan | |
parent | Added ebuild for lilypond. (diff) | |
download | historical-6fc436d7aad1e688eac4c949e4d108521ca48576.tar.gz historical-6fc436d7aad1e688eac4c949e4d108521ca48576.tar.bz2 historical-6fc436d7aad1e688eac4c949e4d108521ca48576.zip |
added gdk-pixbuf and libxml to dep lines, thanks aeoo for reporting
Diffstat (limited to 'net-news/pan')
-rw-r--r-- | net-news/pan/pan-0.10.0.92.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-news/pan/pan-0.10.0.92.ebuild b/net-news/pan/pan-0.10.0.92.ebuild index 7e52e7fe14e7..76a2dd84e847 100644 --- a/net-news/pan/pan-0.10.0.92.ebuild +++ b/net-news/pan/pan-0.10.0.92.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Erik Van Reeth <erik@vanreeth.org> -# $Header: /var/cvsroot/gentoo-x86/net-news/pan/pan-0.10.0.92.ebuild,v 1.1 2001/10/07 09:15:12 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-news/pan/pan-0.10.0.92.ebuild,v 1.2 2001/10/10 09:12:11 hallski Exp $ S=${WORKDIR}/${P} @@ -12,6 +12,8 @@ HOMEPAGE="http://pan.rebelbase.com/" DEPEND="virtual/x11 nls? ( sys-devel/gettext ) >=gnome-base/gnome-libs-1.4.1.2-r1 + >=media-libs/gdk-pixbuf-0.11.0-r1 + >=dev-libs/libxml-1.8.11 gtkhtml? ( >=gnome-extra/gtkhtml-0.14.0-r1 )" src_compile() { |