diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-11-07 23:20:24 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-11-07 23:20:24 +0000 |
commit | ab2fb4250ed46081216e3162f6d9e1978cfcb617 (patch) | |
tree | 46beea3a093c8f052cc30943533d8feafdf7236c /app-text/xpdf/xpdf-3.01-r8.ebuild | |
parent | Version bump #154347 by Kilburn Abrahams. (diff) | |
download | historical-ab2fb4250ed46081216e3162f6d9e1978cfcb617.tar.gz historical-ab2fb4250ed46081216e3162f6d9e1978cfcb617.tar.bz2 historical-ab2fb4250ed46081216e3162f6d9e1978cfcb617.zip |
pkgconfig dep thanks to patrick #153011
Package-Manager: portage-2.1.2_rc1-r4
Diffstat (limited to 'app-text/xpdf/xpdf-3.01-r8.ebuild')
-rw-r--r-- | app-text/xpdf/xpdf-3.01-r8.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-text/xpdf/xpdf-3.01-r8.ebuild b/app-text/xpdf/xpdf-3.01-r8.ebuild index 20cca643788f..9b1b22c1226f 100644 --- a/app-text/xpdf/xpdf-3.01-r8.ebuild +++ b/app-text/xpdf/xpdf-3.01-r8.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/app-text/xpdf/xpdf-3.01-r8.ebuild,v 1.14 2006/09/26 13:45:37 geoman Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xpdf/xpdf-3.01-r8.ebuild,v 1.15 2006/11/07 23:20:24 genstef Exp $ inherit eutils flag-o-matic @@ -31,7 +31,8 @@ RDEPEND=">=app-text/poppler-0.5.1 ( x11-libs/libX11 x11-libs/libXpm ) virtual/x11 )" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + dev-util/pkgconfig" S=${WORKDIR}/${P}-poppler |