diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-03 09:54:22 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-03 09:54:22 +0000 |
commit | 6a76d0a09b5bc25db333222c7664c39fe046cdf9 (patch) | |
tree | 6b4846295ced34060d1a21bb5e4ead72af7e582f /media-video/xanim | |
parent | new comments (diff) | |
download | gentoo-2-6a76d0a09b5bc25db333222c7664c39fe046cdf9.tar.gz gentoo-2-6a76d0a09b5bc25db333222c7664c39fe046cdf9.tar.bz2 gentoo-2-6a76d0a09b5bc25db333222c7664c39fe046cdf9.zip |
Dependencie fixes
Diffstat (limited to 'media-video/xanim')
-rw-r--r-- | media-video/xanim/files/Makefile | 2 | ||||
-rw-r--r-- | media-video/xanim/xanim-2.80.1.ebuild | 8 |
2 files changed, 4 insertions, 6 deletions
diff --git a/media-video/xanim/files/Makefile b/media-video/xanim/files/Makefile index ef22d74c2ff2..9ed8e9488a3b 100644 --- a/media-video/xanim/files/Makefile +++ b/media-video/xanim/files/Makefile @@ -140,7 +140,7 @@ XA_DLL_LIB = -ldl # If you'd like to change the default directory that XAnim searches while # looking for dlls, then change the directory below. # -XA_DLL_PATH = /usr/libexec/xanim/mods +XA_DLL_PATH = /usr/X11R6/lib/xanim/mods ########################################################################## diff --git a/media-video/xanim/xanim-2.80.1.ebuild b/media-video/xanim/xanim-2.80.1.ebuild index 04c5c8b16e98..484b5e517245 100644 --- a/media-video/xanim/xanim-2.80.1.ebuild +++ b/media-video/xanim/xanim-2.80.1.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/media-video/xanim/xanim-2.80.1.ebuild,v 1.5 2001/05/01 18:29:06 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/xanim/xanim-2.80.1.ebuild,v 1.6 2001/06/03 09:54:22 achim Exp $ A="xanim2801.tar.gz xa1.0_cyuv_linuxELFg21.o.gz xa2.0_cvid_linuxELFg21.o.gz xa2.1_iv32_linuxELFg21.o.gz" @@ -13,7 +13,7 @@ SRC_URI="ftp://xanim.va.pubnix.com/xanim2801.tar.gz ftp://xanim.va.pubnix.com/modules/xa2.1_iv32_linuxELFg21.o.gz" HOMEPAGE="http://xanim.va.pubnix.com" -DEPEND="virtual/glibc virtual/x11" +DEPEND="virtual/glibc virtual/x11 >=sys-libs/zlib-1.1.3" src_unpack() { unpack xanim2801.tar.gz @@ -29,18 +29,16 @@ src_unpack() { } src_compile() { - cd ${S} try make } src_install () { - cd ${S} into /usr/X11R6 dobin xanim newman docs/xanim.man xanim.1 - insinto /usr/libexec/xanim/mods + insinto /usr/X11R6/lib/xanim/mods doins mods/* dodoc README dodoc docs/README.* docs/*.readme docs/*.doc |