summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-08-10 00:48:14 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-08-10 00:48:14 +0000
commit7a9f6dc28a2bdbcf6caf327febb649d70eb1f77d (patch)
treeea3f8af0241acfd8fdea5eae9c6081f562b3c3b4 /media-libs
parentMoved freetype and added gnome-system-monitor (diff)
downloadhistorical-7a9f6dc28a2bdbcf6caf327febb649d70eb1f77d.tar.gz
historical-7a9f6dc28a2bdbcf6caf327febb649d70eb1f77d.tar.bz2
historical-7a9f6dc28a2bdbcf6caf327febb649d70eb1f77d.zip
emake -> make
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/libdv/libdv-0.98.ebuild7
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
}
-
-