diff options
Diffstat (limited to 'app-text/mupdf/mupdf-9999.ebuild')
-rw-r--r-- | app-text/mupdf/mupdf-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/mupdf/mupdf-9999.ebuild b/app-text/mupdf/mupdf-9999.ebuild index 2fe453df25d8..27ee4a62a68e 100644 --- a/app-text/mupdf/mupdf-9999.ebuild +++ b/app-text/mupdf/mupdf-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-9999.ebuild,v 1.14 2012/04/07 18:50:27 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-9999.ebuild,v 1.15 2012/04/07 22:10:06 xmw Exp $ EAPI=4 @@ -41,7 +41,7 @@ src_compile() { } src_install() { - emake prefix="${ED}usr" LIBDIR="${ED}usr/$(get_libdir)" \ + emake prefix="${ED}usr" libdir="${ED}usr/$(get_libdir)" \ build=debug verbose=true ${my_nox11} install insinto /usr/include |