diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-10 00:48:14 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-10 00:48:14 +0000 |
commit | 12ce7f0de196ab09f5390a8458f4d6d9261ae82a (patch) | |
tree | ac29d5485cac8641389fef7aa02beb491168071b /media-libs/libdv | |
parent | Moved freetype and added gnome-system-monitor (diff) | |
download | gentoo-2-12ce7f0de196ab09f5390a8458f4d6d9261ae82a.tar.gz gentoo-2-12ce7f0de196ab09f5390a8458f4d6d9261ae82a.tar.bz2 gentoo-2-12ce7f0de196ab09f5390a8458f4d6d9261ae82a.zip |
emake -> make
Diffstat (limited to 'media-libs/libdv')
-rw-r--r-- | media-libs/libdv/libdv-0.98.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/media-libs/libdv/libdv-0.98.ebuild b/media-libs/libdv/libdv-0.98.ebuild index c7b1d4104abf..da724e6130b5 100644 --- a/media-libs/libdv/libdv-0.98.ebuild +++ b/media-libs/libdv/libdv-0.98.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-libs/libdv/libdv-0.98.ebuild,v 1.2 2002/08/07 15:22:44 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libdv/libdv-0.98.ebuild,v 1.3 2002/08/10 00:48:14 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="software codec for dv-format video (camcorders etc)" @@ -18,7 +18,6 @@ DEPEND=" dev-libs/popt xv? ( x11-base/xfree ) dev-util/pkgconfig sdl? ( >=media-libs/libsdl-1.2.4.20020601 )" -RDEPEND="" src_compile() { @@ -37,12 +36,10 @@ src_compile() { unset CFLAGS CXXFLAGS econf ${myconf} || die - emake || die + make || die } src_install () { make DESTDIR=${D} install || die } - - |