summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/motion/motion-3.1.19.ebuild')
-rw-r--r--media-video/motion/motion-3.1.19.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/media-video/motion/motion-3.1.19.ebuild b/media-video/motion/motion-3.1.19.ebuild
index 3090e6e4600d..89eaec77d7b2 100644
--- a/media-video/motion/motion-3.1.19.ebuild
+++ b/media-video/motion/motion-3.1.19.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/motion/motion-3.1.19.ebuild,v 1.3 2005/04/30 09:29:01 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/motion/motion-3.1.19.ebuild,v 1.4 2005/05/19 21:53:24 luckyduck Exp $
DESCRIPTION="Motion is a video surveillance system"
HOMEPAGE="http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome"
@@ -8,12 +8,12 @@ SRC_URI="mirror://sourceforge/motion/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~alpha"
+KEYWORDS="~x86 ~ppc ~alpha ~amd64"
IUSE=""
DEPEND="media-video/ffmpeg
- dev-libs/xmlrpc-c"
+ dev-libs/xmlrpc-c"
src_install() {
- make install DESTDIR=${D} || die
+ make install DESTDIR=${D} || die "make install failed"
}