summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/dictd/dictd-1.8.0.ebuild')
-rw-r--r--app-text/dictd/dictd-1.8.0.ebuild9
1 files changed, 2 insertions, 7 deletions
diff --git a/app-text/dictd/dictd-1.8.0.ebuild b/app-text/dictd/dictd-1.8.0.ebuild
index 12edfd41a9bc..40a084bef740 100644
--- a/app-text/dictd/dictd-1.8.0.ebuild
+++ b/app-text/dictd/dictd-1.8.0.ebuild
@@ -1,8 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.8.0.ebuild,v 1.18 2005/01/01 16:08:17 eradicator Exp $
-
-inherit gnuconfig eutils
+# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.8.0.ebuild,v 1.19 2007/01/05 07:23:52 flameeyes Exp $
DESCRIPTION="Dictionary Client/Server for the DICT protocol"
HOMEPAGE="http://www.dict.org/"
@@ -22,9 +20,6 @@ src_unpack() {
}
src_compile() {
- # Update config.sub and config.guess so dictd understands the sparc architecture
- gnuconfig_update
-
econf --with-etcdir=/etc/dict || die
make || die
}