diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-19 04:06:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-19 04:06:04 +0000 |
commit | ac9c7decac2eb6db3e1f7ddd189aa3b22eb0e2e0 (patch) | |
tree | aa605f04a4cb7cde6cda3bcf3456b9bbd4f6412f /sys-apps/most | |
parent | symlink fixes (diff) | |
download | historical-ac9c7decac2eb6db3e1f7ddd189aa3b22eb0e2e0.tar.gz historical-ac9c7decac2eb6db3e1f7ddd189aa3b22eb0e2e0.tar.bz2 historical-ac9c7decac2eb6db3e1f7ddd189aa3b22eb0e2e0.zip |
lintool fixes for #9258
Diffstat (limited to 'sys-apps/most')
-rw-r--r-- | sys-apps/most/most-4.9.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/most/most-4.9.2.ebuild b/sys-apps/most/most-4.9.2.ebuild index e6540d4f6b00..b59314154efd 100644 --- a/sys-apps/most/most-4.9.2.ebuild +++ b/sys-apps/most/most-4.9.2.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/most/most-4.9.2.ebuild,v 1.8 2002/10/19 02:52:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-4.9.2.ebuild,v 1.9 2002/10/19 04:06:04 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="An extremely excellent text file reader" @@ -12,6 +12,7 @@ SRC_URI="ftp://space.mit.edu/pub/davis/most/${P}.tar.gz" DEPEND=">=sys-libs/slang-1.4.2 >=sys-libs/ncurses-5.2-r2" +RDEPEND="${DEPEND}" src_compile() { ./configure \ |