diff options
author | 2001-05-28 05:24:13 +0000 | |
---|---|---|
committer | 2001-05-28 05:24:13 +0000 | |
commit | 2976aa64c576eb5d76d265f70f3a9097dfdeb3ac (patch) | |
tree | dc5a008a22e16e21bc4ea4f991bba0890fae4a1b /app-text/dictd | |
parent | Added DarcNES a multi-system emulator (diff) | |
download | historical-2976aa64c576eb5d76d265f70f3a9097dfdeb3ac.tar.gz historical-2976aa64c576eb5d76d265f70f3a9097dfdeb3ac.tar.bz2 historical-2976aa64c576eb5d76d265f70f3a9097dfdeb3ac.zip |
Dependencie fixes
Diffstat (limited to 'app-text/dictd')
-rw-r--r-- | app-text/dictd/dictd-1.5.5.ebuild | 6 |
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 |