summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/dictd/dictd-1.10.0.ebuild')
-rw-r--r--app-text/dictd/dictd-1.10.0.ebuild10
1 files changed, 2 insertions, 8 deletions
diff --git a/app-text/dictd/dictd-1.10.0.ebuild b/app-text/dictd/dictd-1.10.0.ebuild
index ae23d2cc245f..150dadc7c71e 100644
--- a/app-text/dictd/dictd-1.10.0.ebuild
+++ b/app-text/dictd/dictd-1.10.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.10.0.ebuild,v 1.2 2005/08/20 19:15:55 grobian Exp $
-
-inherit gnuconfig
+# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.10.0.ebuild,v 1.3 2007/01/05 07:23:52 flameeyes Exp $
DESCRIPTION="Dictionary Client/Server for the DICT protocol"
HOMEPAGE="http://www.dict.org/"
@@ -16,10 +14,6 @@ IUSE=""
DEPEND="virtual/libc"
src_compile() {
-
- # Update config.sub and config.guess so dictd understands the sparc architecture
- gnuconfig_update
-
econf \
--with-cflags="${CFLAGS}" \
--sysconfdir=/etc/dict || die