diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-03 09:54:22 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-03 09:54:22 +0000 |
commit | 0f406b979013011b4ac0756a450bc5915edd2c9f (patch) | |
tree | cfd30a3f9c72445f67f549fb0f5eb5b4d2d98ab8 /app-text/a2ps | |
parent | new comments (diff) | |
download | historical-0f406b979013011b4ac0756a450bc5915edd2c9f.tar.gz historical-0f406b979013011b4ac0756a450bc5915edd2c9f.tar.bz2 historical-0f406b979013011b4ac0756a450bc5915edd2c9f.zip |
Dependencie fixes
Diffstat (limited to 'app-text/a2ps')
-rw-r--r-- | app-text/a2ps/a2ps-4.13b-r3.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/app-text/a2ps/a2ps-4.13b-r3.ebuild b/app-text/a2ps/a2ps-4.13b-r3.ebuild index ea3fd7ed580b..61f4f2ed9f92 100644 --- a/app-text/a2ps/a2ps-4.13b-r3.ebuild +++ b/app-text/a2ps/a2ps-4.13b-r3.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13b-r3.ebuild,v 1.1 2001/03/19 23:09:34 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13b-r3.ebuild,v 1.2 2001/06/03 09:54:22 achim Exp $ P=a2ps-4.13b A=${P}.tar.gz @@ -14,10 +14,14 @@ DEPEND="virtual/glibc nls? ( sys-devel/gettext ) >=app-text/ghostscript-6.23 >=app-text/psutils-1.17 - >=app-text/tetex-1.0.7" + tex? ( >=app-text/tetex-1.0.7 )" +RDEPEND="virtual/glibc + >=app-text/ghostscript-6.23 + >=app-text/psutils-1.17 + tex? ( >=app-text/tetex-1.0.7 )" -src_compile() { +src_compile() { local myconf |