summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/psiconv/psiconv-0.8.3.ebuild')
-rw-r--r--app-text/psiconv/psiconv-0.8.3.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/psiconv/psiconv-0.8.3.ebuild b/app-text/psiconv/psiconv-0.8.3.ebuild
index 5f95f4721be6..1a4240141bc3 100644
--- a/app-text/psiconv/psiconv-0.8.3.ebuild
+++ b/app-text/psiconv/psiconv-0.8.3.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/psiconv/psiconv-0.8.3.ebuild,v 1.1 2003/09/15 00:19:21 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/psiconv/psiconv-0.8.3.ebuild,v 1.2 2003/09/15 00:19:44 seemant Exp $
IUSE="doc"
@@ -16,14 +16,14 @@ KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm"
DEPEND="virtual/glibc"
src_compile() {
-
+
local myconf
use doc \
&& myconf="${myconf} enable-html4-docs \
--enable-ascii-docs \
--enable-rtf-docs"
-
+
econf || die "./configure failed"
emake || die
}