diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-10-13 03:54:09 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-10-13 03:54:09 +0000 |
commit | fb391cb73063758044d6b481569645005e582f76 (patch) | |
tree | 9b7b5edfc8bd6a74ba38c563bbfbc7d11f6f49c3 /sys-libs/libavc1394/libavc1394-0.5.3.ebuild | |
parent | Initial import, bug #97009. (diff) | |
download | gentoo-2-fb391cb73063758044d6b481569645005e582f76.tar.gz gentoo-2-fb391cb73063758044d6b481569645005e582f76.tar.bz2 gentoo-2-fb391cb73063758044d6b481569645005e582f76.zip |
pull in dev-util/pkgconfig #151028
(Portage version: 2.1.2_pre2-r5)
Diffstat (limited to 'sys-libs/libavc1394/libavc1394-0.5.3.ebuild')
-rw-r--r-- | sys-libs/libavc1394/libavc1394-0.5.3.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-libs/libavc1394/libavc1394-0.5.3.ebuild b/sys-libs/libavc1394/libavc1394-0.5.3.ebuild index 9409ce60ee3d..d883cc5aa795 100644 --- a/sys-libs/libavc1394/libavc1394-0.5.3.ebuild +++ b/sys-libs/libavc1394/libavc1394-0.5.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libavc1394/libavc1394-0.5.3.ebuild,v 1.1 2006/09/08 05:10:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libavc1394/libavc1394-0.5.3.ebuild,v 1.2 2006/10/13 03:54:09 vapier Exp $ DESCRIPTION="library for the 1394 Trade Association AV/C (Audio/Video Control) Digital Interface Command Set" HOMEPAGE="http://www.linux1394.org/ http://sourceforge.net/projects/libavc1394/" @@ -11,7 +11,9 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" -DEPEND=">=sys-libs/libraw1394-0.8" +RDEPEND=">=sys-libs/libraw1394-0.8" +DEPEND="${RDEPEND} + dev-util/pkgconfig" src_install() { emake DESTDIR="${D}" install || die |