summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/cscope/cscope-15.3.ebuild')
-rw-r--r--dev-util/cscope/cscope-15.3.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-util/cscope/cscope-15.3.ebuild b/dev-util/cscope/cscope-15.3.ebuild
index 0ae71f63562f..56721892b73f 100644
--- a/dev-util/cscope/cscope-15.3.ebuild
+++ b/dev-util/cscope/cscope-15.3.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.3.ebuild,v 1.18 2003/02/24 20:49:50 zwelch Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.3.ebuild,v 1.19 2003/06/05 23:04:18 wwoods Exp $
+
+inherit gnuconfig
S=${WORKDIR}/${P}
DESCRIPTION="CScope - interactively examine a C program"
@@ -16,7 +18,7 @@ DEPEND="${RDEPEND}
sys-devel/flex"
src_compile() {
-
+ gnuconfig_update
econf || die
make clean || die
emake || die