summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2004-08-09 11:28:43 +0000
committerHeinrich Wendel <lanius@gentoo.org>2004-08-09 11:28:43 +0000
commitf3e115d1fdf2fbbb16f73da78575de9d5edc75a3 (patch)
treebb2a6748c4968b15b0d4c71f37716d7296641622 /app-text/ghostscript
parentStable on amd64 (diff)
downloadhistorical-f3e115d1fdf2fbbb16f73da78575de9d5edc75a3.tar.gz
historical-f3e115d1fdf2fbbb16f73da78575de9d5edc75a3.tar.bz2
historical-f3e115d1fdf2fbbb16f73da78575de9d5edc75a3.zip
add pkgconfig dep
Diffstat (limited to 'app-text/ghostscript')
-rw-r--r--app-text/ghostscript/ChangeLog6
-rw-r--r--app-text/ghostscript/ghostscript-7.07.1-r4.ebuild7
2 files changed, 10 insertions, 3 deletions
diff --git a/app-text/ghostscript/ChangeLog b/app-text/ghostscript/ChangeLog
index f8616be213df..d9d32afc1bd4 100644
--- a/app-text/ghostscript/ChangeLog
+++ b/app-text/ghostscript/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/ghostscript
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ChangeLog,v 1.62 2004/08/04 16:10:14 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ChangeLog,v 1.63 2004/08/09 11:28:43 lanius Exp $
+
+ 09 Aug 2004; Heinrich Wendel <lanius@gentoo.org>
+ ghostscript-7.07.1-r4.ebuild:
+ add pkgconfig dep
*ghostscript-7.07.1-r4 (04 Aug 2004)
diff --git a/app-text/ghostscript/ghostscript-7.07.1-r4.ebuild b/app-text/ghostscript/ghostscript-7.07.1-r4.ebuild
index 28cd11bdf742..bc31a930b916 100644
--- a/app-text/ghostscript/ghostscript-7.07.1-r4.ebuild
+++ b/app-text/ghostscript/ghostscript-7.07.1-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-7.07.1-r4.ebuild,v 1.1 2004/08/04 16:10:14 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-7.07.1-r4.ebuild,v 1.2 2004/08/09 11:28:43 lanius Exp $
inherit flag-o-matic eutils gcc
@@ -16,7 +16,7 @@ SLOT="0"
KEYWORDS="~ia64 ~x86 -ppc ~sparc ~alpha ~hppa ~amd64 ~mips ~ppc64"
IUSE="X cups cjk emacs truetype"
-DEPEND="virtual/libc
+RDEPEND="virtual/libc
>=media-libs/jpeg-6b
>=media-libs/libpng-1.2.1
>=sys-libs/zlib-1.1.4
@@ -28,6 +28,9 @@ DEPEND="virtual/libc
!virtual/ghostscript
truetype? ( media-libs/fontconfig )"
+DEPEND="${RDEPEND}
+ truetype? ( dev-util/pkgconfig )"
+
S=${WORKDIR}/espgs-${PV}
PROVIDE="virtual/ghostscript"