diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-18 20:59:13 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-18 20:59:13 +0000 |
commit | cc84f0195d50f22420b34629543947d6351beaa3 (patch) | |
tree | 22fc20b8a2160bebc41504a04a60065cdd31eb3a /media-gfx/gphoto2 | |
parent | Version bump, includes openMosix-2.4.19-6. Should fix all known issues. (diff) | |
download | gentoo-2-cc84f0195d50f22420b34629543947d6351beaa3.tar.gz gentoo-2-cc84f0195d50f22420b34629543947d6351beaa3.tar.bz2 gentoo-2-cc84f0195d50f22420b34629543947d6351beaa3.zip |
lintool per #9248
Diffstat (limited to 'media-gfx/gphoto2')
-rw-r--r-- | media-gfx/gphoto2/gphoto2-2.0-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/media-gfx/gphoto2/gphoto2-2.0-r1.ebuild b/media-gfx/gphoto2/gphoto2-2.0-r1.ebuild index 960d840521af..60c96199ccfe 100644 --- a/media-gfx/gphoto2/gphoto2-2.0-r1.ebuild +++ b/media-gfx/gphoto2/gphoto2-2.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/gphoto2-2.0-r1.ebuild,v 1.6 2002/10/04 05:44:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/gphoto2-2.0-r1.ebuild,v 1.7 2002/10/18 20:59:13 vapier Exp $ inherit libtool @@ -17,9 +17,9 @@ KEYWORDS="x86" DEPEND=">=dev-libs/libusb-0.1.5 =dev-libs/glib-1.2* >=sys-libs/zlib-1.1.4" +RDEPEND="${DEPEND}" src_compile() { - elibtoolize aclocal @@ -37,7 +37,6 @@ src_compile() { } src_install() { - make prefix=${D}/usr \ sysconfdir=${D}/etc \ gphotodocdir=${D}/usr/share/doc/${PF} \ |