diff options
author | 2008-05-21 16:06:38 +0000 | |
---|---|---|
committer | 2008-05-21 16:06:38 +0000 | |
commit | f2fad0bdc375c26ce3412d2b764b560056ccc5b2 (patch) | |
tree | e908905695395fb0ca2ac1fc8e434adad525d579 /media-video/motion/motion-3.2.8.ebuild | |
parent | Changed dependency for postgresql from dev-db/postgresql to virtual/postgresq... (diff) | |
download | gentoo-2-f2fad0bdc375c26ce3412d2b764b560056ccc5b2.tar.gz gentoo-2-f2fad0bdc375c26ce3412d2b764b560056ccc5b2.tar.bz2 gentoo-2-f2fad0bdc375c26ce3412d2b764b560056ccc5b2.zip |
Changed dependency for postgresql from dev-db/postgresql to virtual/postgresql-server
(Portage version: 2.1.5_rc7)
Diffstat (limited to 'media-video/motion/motion-3.2.8.ebuild')
-rw-r--r-- | media-video/motion/motion-3.2.8.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-video/motion/motion-3.2.8.ebuild b/media-video/motion/motion-3.2.8.ebuild index 2bb0935ddb11..68695936212b 100644 --- a/media-video/motion/motion-3.2.8.ebuild +++ b/media-video/motion/motion-3.2.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/motion/motion-3.2.8.ebuild,v 1.1 2007/10/19 15:32:55 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/motion/motion-3.2.8.ebuild,v 1.2 2008/05/21 16:06:38 dev-zero Exp $ DESCRIPTION="Motion is a video motion detector with tracking-support for webcams." HOMEPAGE="http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome" @@ -15,7 +15,7 @@ DEPEND="sys-libs/zlib media-libs/jpeg ffmpeg? ( media-video/ffmpeg ) mysql? ( virtual/mysql ) - postgres? ( dev-db/postgresql )" + postgres? ( virtual/postgresql-server )" src_compile() { econf --without-optimizecpu \ |