diff options
Diffstat (limited to 'sys-apps/watchpid/watchpid-0.1-r1.ebuild')
-rw-r--r-- | sys-apps/watchpid/watchpid-0.1-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-apps/watchpid/watchpid-0.1-r1.ebuild b/sys-apps/watchpid/watchpid-0.1-r1.ebuild index e89cefc4d69b..75b31639af9d 100644 --- a/sys-apps/watchpid/watchpid-0.1-r1.ebuild +++ b/sys-apps/watchpid/watchpid-0.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/watchpid/watchpid-0.1-r1.ebuild,v 1.7 2002/10/19 03:21:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/watchpid/watchpid-0.1-r1.ebuild,v 1.8 2002/10/20 18:54:51 vapier Exp $ S="${WORKDIR}/${P}" DESCRIPTION="Watches a process for termination" @@ -10,7 +10,6 @@ KEYWORDS="x86 -ppc" SLOT="0" LICENSE="GPL-2" DEPEND="virtual/glibc" -RDEPEND="${DEPEND}" src_compile() { ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST} || die |