diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-14 04:07:15 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-14 04:07:15 +0000 |
commit | 168063ccf34d69c3f6ce538c26d3824c031b380f (patch) | |
tree | 85b09f4011ac9b7f49d78d53d5411481c73cbe30 /games-arcade/sdl-sopwith | |
parent | don't use deprecated ? : use syntax (diff) | |
download | historical-168063ccf34d69c3f6ce538c26d3824c031b380f.tar.gz historical-168063ccf34d69c3f6ce538c26d3824c031b380f.tar.bz2 historical-168063ccf34d69c3f6ce538c26d3824c031b380f.zip |
don't rdepend on dev-util/pkgconfig
Diffstat (limited to 'games-arcade/sdl-sopwith')
-rw-r--r-- | games-arcade/sdl-sopwith/Manifest | 6 | ||||
-rw-r--r-- | games-arcade/sdl-sopwith/sdl-sopwith-1.7.1.ebuild | 7 |
2 files changed, 7 insertions, 6 deletions
diff --git a/games-arcade/sdl-sopwith/Manifest b/games-arcade/sdl-sopwith/Manifest index 6a8782e60038..255325de5855 100644 --- a/games-arcade/sdl-sopwith/Manifest +++ b/games-arcade/sdl-sopwith/Manifest @@ -1,4 +1,4 @@ -MD5 e35cc5cd710dd0d0c12d63304ca5b0a1 files/digest-sdl-sopwith-1.7.1 69 -MD5 6b2c051577f07b48ad8756efb01336e4 ChangeLog 446 +MD5 6281da3322809322e91a132f714ce776 sdl-sopwith-1.7.1.ebuild 882 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 d500240e2c7ccd91c4dd6bb5929d17e8 sdl-sopwith-1.7.1.ebuild 858 +MD5 6b2c051577f07b48ad8756efb01336e4 ChangeLog 446 +MD5 e35cc5cd710dd0d0c12d63304ca5b0a1 files/digest-sdl-sopwith-1.7.1 69 diff --git a/games-arcade/sdl-sopwith/sdl-sopwith-1.7.1.ebuild b/games-arcade/sdl-sopwith/sdl-sopwith-1.7.1.ebuild index 1796cc372a27..97fb1a5f94d5 100644 --- a/games-arcade/sdl-sopwith/sdl-sopwith-1.7.1.ebuild +++ b/games-arcade/sdl-sopwith/sdl-sopwith-1.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdl-sopwith/sdl-sopwith-1.7.1.ebuild,v 1.3 2004/03/16 16:16:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdl-sopwith/sdl-sopwith-1.7.1.ebuild,v 1.4 2004/04/14 04:07:15 mr_bones_ Exp $ inherit games @@ -15,14 +15,15 @@ SLOT="0" KEYWORDS="x86 ppc" IUSE="" -DEPEND=">=media-libs/libsdl-1.1.3 +RDEPEND=">=media-libs/libsdl-1.1.3 dev-libs/atk x11-libs/pango >=x11-libs/gtk+-2 >=dev-libs/glib-2 - dev-util/pkgconfig media-libs/gdk-pixbuf >=media-libs/freetype-2" +DEPEND="${RDEPEND} + dev-util/pkgconfig" src_install() { make DESTDIR="${D}" install || die "make install failed" |