diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-05-28 05:24:13 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-05-28 05:24:13 +0000 |
commit | 8ed32e6bf344c307316970f423c63b17604b0161 (patch) | |
tree | 903729d776fdd8e9151364e6f7be0a9abefd351c /media-libs/compface | |
parent | Added DarcNES a multi-system emulator (diff) | |
download | gentoo-2-8ed32e6bf344c307316970f423c63b17604b0161.tar.gz gentoo-2-8ed32e6bf344c307316970f423c63b17604b0161.tar.bz2 gentoo-2-8ed32e6bf344c307316970f423c63b17604b0161.zip |
Dependencie fixes
Diffstat (limited to 'media-libs/compface')
-rw-r--r-- | media-libs/compface/compface-1.4.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/media-libs/compface/compface-1.4.ebuild b/media-libs/compface/compface-1.4.ebuild index bf356ab9165e..f22782baccb3 100644 --- a/media-libs/compface/compface-1.4.ebuild +++ b/media-libs/compface/compface-1.4.ebuild @@ -3,14 +3,13 @@ # Michael C Tisltra <tadpol@tadpol.org> # $header -#P= A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Utilities and library to convert to/from X-Face format" SRC_URI="http://www.ibiblio.org/pub/Linux/apps/graphics/convert/${A}" HOMEPAGE="" -DEPEND=">=sys-libs/glibc-2.2.1" +DEPEND="virtual/glibc" src_compile() { try ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST} @@ -19,8 +18,8 @@ src_compile() { } src_install () { - dodir /usr/share/man/man3 - try make DESTDIR=${D} install + dodir /usr/share/man/man{1,3} /usr/{bin,include,lib} + try make prefix=${D}/usr MANDIR=${D}/usr/share/man install dodoc README ChangeLog } |