summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-05-29 17:28:19 +0000
committerAchim Gottinger <achim@gentoo.org>2001-05-29 17:28:19 +0000
commitaa6a19ea25bbed130cef956ef1bd6005cd95bd7e (patch)
tree22f7a92ee079fc4d76db2128cc7ee5a31a028184 /dev-lang/nasm
parentUpdate (diff)
downloadgentoo-2-aa6a19ea25bbed130cef956ef1bd6005cd95bd7e.tar.gz
gentoo-2-aa6a19ea25bbed130cef956ef1bd6005cd95bd7e.tar.bz2
gentoo-2-aa6a19ea25bbed130cef956ef1bd6005cd95bd7e.zip
dependencie, fhs and use fixes
Diffstat (limited to 'dev-lang/nasm')
-rw-r--r--dev-lang/nasm/nasm-0.98-r2.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-lang/nasm/nasm-0.98-r2.ebuild b/dev-lang/nasm/nasm-0.98-r2.ebuild
index a32793d709af..b0cdff6c1325 100644
--- a/dev-lang/nasm/nasm-0.98-r2.ebuild
+++ b/dev-lang/nasm/nasm-0.98-r2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-0.98-r2.ebuild,v 1.1 2001/03/06 06:20:41 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-0.98-r2.ebuild,v 1.2 2001/05/29 17:28:19 achim Exp $
P=nasm-0.98
A=${P}.tar.bz2
@@ -12,7 +12,8 @@ SRC_URI="ftp://ftp.kernel.org/pub/software/devel/nasm/source/${A}
ftp://ftp.uk.kernel.org/pub/software/devel/nasm/source/${A}"
HOMEPAGE="http://nasm.sourceforge.net/"
-DEPEND="virtual/glibc sys-devel/perl"
+DEPEND="virtual/glibc sys-devel/perl sys-apps/texinfo"
+RDEPEND="virtual/glibc"
src_compile() {