diff options
Diffstat (limited to 'net-nds/ypbind/ypbind-1.17.2-r1.ebuild')
-rw-r--r-- | net-nds/ypbind/ypbind-1.17.2-r1.ebuild | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/net-nds/ypbind/ypbind-1.17.2-r1.ebuild b/net-nds/ypbind/ypbind-1.17.2-r1.ebuild index fcda04695cbf..b79185579a1c 100644 --- a/net-nds/ypbind/ypbind-1.17.2-r1.ebuild +++ b/net-nds/ypbind/ypbind-1.17.2-r1.ebuild @@ -1,10 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.17.2-r1.ebuild,v 1.4 2004/09/04 01:05:27 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.17.2-r1.ebuild,v 1.5 2004/10/08 17:48:04 eradicator Exp $ IUSE="nls slp" MY_P=${PN}-mt-${PV} +S="${WORKDIR}/${MY_P}" + DESCRIPTION="Multithreaded NIS bind service (ypbind-mt)" HOMEPAGE="http://www.linux-nis.org/nis/ypbind-mt/index.html" SRC_URI="ftp://ftp.kernel.org/pub/linux/utils/net/NIS/${MY_P}.tar.bz2" @@ -13,13 +15,14 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 sparc alpha ~ppc amd64 ~ia64 ~ppc64" -DEPEND="net-nds/yp-tools - slp? ( net-libs/openslp ) - net-nds/portmap" +DEPEND="slp? ( net-libs/openslp )" -RDEPEND="nls? ( sys-devel/gettext )" +RDEPEND="${DEPEND} + net-nds/yp-tools + net-nds/portmap" -S="${WORKDIR}/${MY_P}" +DEPEND="${DEPEND} + nls? ( sys-devel/gettext )" src_compile() { econf `use_enable nls` `use_enable slp` || die |