diff options
Diffstat (limited to 'app-text/ghostscript/ghostscript-7.05.5-r1.ebuild')
-rw-r--r-- | app-text/ghostscript/ghostscript-7.05.5-r1.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app-text/ghostscript/ghostscript-7.05.5-r1.ebuild b/app-text/ghostscript/ghostscript-7.05.5-r1.ebuild index bbbca4fb3840..46add9dbd366 100644 --- a/app-text/ghostscript/ghostscript-7.05.5-r1.ebuild +++ b/app-text/ghostscript/ghostscript-7.05.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-7.05.5-r1.ebuild,v 1.3 2003/02/23 18:52:15 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-7.05.5-r1.ebuild,v 1.4 2003/02/23 19:03:30 foser Exp $ DESCRIPTION="ESP Ghostscript -- an enhanced version of GNU Ghostscript with better printer support" SRC_URI="ftp://ftp.easysw.com/pub/ghostscript/espgs-${PV}-source.tar.bz2 @@ -54,9 +54,6 @@ src_compile() { use cups && myconf="${myconf} --enable-cups" \ || myconf="${myconf} --disable-cups" - use gnome && myconf="${myconf} --with-gimp-print" \ - || myconf="${myconf} --without-gimp-print" - econf ${myconf} make || die "make failed" } |