summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-07-13 21:15:27 +0000
committerAron Griffis <agriffis@gentoo.org>2004-07-13 21:15:27 +0000
commit34f0309d48380df6db283cc418d44f39cc9af751 (patch)
treec491df264cc072b40b0ec0bc13efae814f7d77b7 /app-text/ghostscript/ghostscript-7.05.6.ebuild
parentIUSE sync (Manifest recommit) (diff)
downloadgentoo-2-34f0309d48380df6db283cc418d44f39cc9af751.tar.gz
gentoo-2-34f0309d48380df6db283cc418d44f39cc9af751.tar.bz2
gentoo-2-34f0309d48380df6db283cc418d44f39cc9af751.zip
inherit eutils, econf || die
Diffstat (limited to 'app-text/ghostscript/ghostscript-7.05.6.ebuild')
-rw-r--r--app-text/ghostscript/ghostscript-7.05.6.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/app-text/ghostscript/ghostscript-7.05.6.ebuild b/app-text/ghostscript/ghostscript-7.05.6.ebuild
index a1140198dfa2..1333a8353f79 100644
--- a/app-text/ghostscript/ghostscript-7.05.6.ebuild
+++ b/app-text/ghostscript/ghostscript-7.05.6.ebuild
@@ -1,6 +1,8 @@
# 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.05.6.ebuild,v 1.14 2004/07/09 23:50:50 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-7.05.6.ebuild,v 1.15 2004/07/13 21:15:27 agriffis Exp $
+
+inherit eutils
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
@@ -59,7 +61,7 @@ src_compile() {
use cups && myconf="${myconf} --enable-cups --with-gimp-print" \
|| myconf="${myconf} --disable-cups --without-gimp-print"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
make || die "make failed"
}