diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-10-15 09:16:19 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-10-15 09:16:19 +0000 |
commit | f7e381cef0e33db48d255504f7ea9c1f0eaf5466 (patch) | |
tree | d32125cf4a92967de27a6fb9a3274c958e73d0fe /app-text/ghostscript-esp/ghostscript-esp-8.15.3.ebuild | |
parent | Stable on ia64. (diff) | |
download | gentoo-2-f7e381cef0e33db48d255504f7ea9c1f0eaf5466.tar.gz gentoo-2-f7e381cef0e33db48d255504f7ea9c1f0eaf5466.tar.bz2 gentoo-2-f7e381cef0e33db48d255504f7ea9c1f0eaf5466.zip |
dev-util/pkgconfig even needed without gtk USE thanks to patrick in bug 151423
(Portage version: 2.1.2_pre3-r2)
Diffstat (limited to 'app-text/ghostscript-esp/ghostscript-esp-8.15.3.ebuild')
-rw-r--r-- | app-text/ghostscript-esp/ghostscript-esp-8.15.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/ghostscript-esp/ghostscript-esp-8.15.3.ebuild b/app-text/ghostscript-esp/ghostscript-esp-8.15.3.ebuild index 41fefbd9baf2..ab3ce76bde20 100644 --- a/app-text/ghostscript-esp/ghostscript-esp-8.15.3.ebuild +++ b/app-text/ghostscript-esp/ghostscript-esp-8.15.3.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/ghostscript-esp/ghostscript-esp-8.15.3.ebuild,v 1.3 2006/10/01 12:37:40 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-esp/ghostscript-esp-8.15.3.ebuild,v 1.4 2006/10/15 09:16:19 genstef Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -43,7 +43,7 @@ RDEPEND="${DEP} media-fonts/gnu-gs-fonts-std" DEPEND="${DEP} - gtk? ( dev-util/pkgconfig )" + dev-util/pkgconfig" S=${WORKDIR}/${MY_P} |