diff options
Diffstat (limited to 'x11-libs/cairo/cairo-0.1.23.ebuild')
-rw-r--r-- | x11-libs/cairo/cairo-0.1.23.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-libs/cairo/cairo-0.1.23.ebuild b/x11-libs/cairo/cairo-0.1.23.ebuild index 33679c391339..1df76ccc4216 100644 --- a/x11-libs/cairo/cairo-0.1.23.ebuild +++ b/x11-libs/cairo/cairo-0.1.23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-0.1.23.ebuild,v 1.3 2004/06/05 00:29:12 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-0.1.23.ebuild,v 1.4 2004/06/20 08:13:46 twp Exp $ DESCRIPTION="A vector graphics library with cross-device output support" HOMEPAGE="http://cairographics.org/" @@ -22,6 +22,4 @@ src_compile() { src_install() { make install DESTDIR=${D} - insinto /usr/lib/pkgconfig - doins ${FILESDIR}/xrender.pc } |