diff options
Diffstat (limited to 'sys-apps/watchpid/watchpid-0.1-r1.ebuild')
-rw-r--r-- | sys-apps/watchpid/watchpid-0.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/watchpid/watchpid-0.1-r1.ebuild b/sys-apps/watchpid/watchpid-0.1-r1.ebuild index d2f0d82c0d13..855130ac12c7 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-2004 Gentoo Foundation # 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.11 2004/06/24 22:32:33 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/watchpid/watchpid-0.1-r1.ebuild,v 1.12 2004/07/01 21:44:20 eradicator Exp $ S="${WORKDIR}/${P}" DESCRIPTION="Watches a process for termination" @@ -9,7 +9,7 @@ HOMEPAGE="http://www.codepark.org/" KEYWORDS="x86 amd64 -ppc" SLOT="0" LICENSE="GPL-2" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST} || die |