diff options
Diffstat (limited to 'net-nds/ypbind/ypbind-1.11.ebuild')
-rw-r--r-- | net-nds/ypbind/ypbind-1.11.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-nds/ypbind/ypbind-1.11.ebuild b/net-nds/ypbind/ypbind-1.11.ebuild index 2c61ad001bca..7b11eb99a11a 100644 --- a/net-nds/ypbind/ypbind-1.11.ebuild +++ b/net-nds/ypbind/ypbind-1.11.ebuild @@ -1,13 +1,14 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.11.ebuild,v 1.1 2002/05/28 00:09:27 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.11.ebuild,v 1.2 2002/07/08 06:35:42 aliz Exp $ MY_P=${PN}-mt-${PV} S=${WORKDIR}/${MY_P} DESCRIPTION="Multithreaded NIS bind service" SRC_URI="ftp://ftp.kernel.org/pub/linux/utils/net/NIS/${MY_P}.tar.bz2" HOMEPAGE="http://www.linux-nis.org/nis/ypbind-mt/index.html" +LICENSE="GPL-2" DEPEND="net-nds/yp-tools net-nds/portmap" |