summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-05-28 05:24:13 +0000
committerAchim Gottinger <achim@gentoo.org>2001-05-28 05:24:13 +0000
commit8ed32e6bf344c307316970f423c63b17604b0161 (patch)
tree903729d776fdd8e9151364e6f7be0a9abefd351c /app-text/dictd
parentAdded DarcNES a multi-system emulator (diff)
downloadgentoo-2-8ed32e6bf344c307316970f423c63b17604b0161.tar.gz
gentoo-2-8ed32e6bf344c307316970f423c63b17604b0161.tar.bz2
gentoo-2-8ed32e6bf344c307316970f423c63b17604b0161.zip
Dependencie fixes
Diffstat (limited to 'app-text/dictd')
-rw-r--r--app-text/dictd/dictd-1.5.5.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/dictd/dictd-1.5.5.ebuild b/app-text/dictd/dictd-1.5.5.ebuild
index a59208c17410..c5fd1606df7a 100644
--- a/app-text/dictd/dictd-1.5.5.ebuild
+++ b/app-text/dictd/dictd-1.5.5.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Michael Conrad Tilstra <michael@gentoo.org> <tadpol@tadpol.org>
-# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.5.5.ebuild,v 1.2 2001/04/24 22:58:35 michael Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.5.5.ebuild,v 1.3 2001/05/28 05:24:13 achim Exp $
#P=
A=${P}.tar.gz
@@ -10,11 +10,11 @@ DESCRIPTION="Dictionary Client/Server for the DICT protocol"
SRC_URI="ftp://ftp.dict.org/pub/dict/${A}"
HOMEPAGE="http://www.dict.org"
-DEPEND="virtual/glibc
- >=sys-devel/gettext-0.10.35"
+DEPEND="virtual/glibc"
src_compile() {
+
try ./configure --prefix=/usr --mandir=/usr/share \
--with-etcdir=/etc/dict --host=${CHOST}
try make