diff options
author | 2004-05-17 16:09:49 +0000 | |
---|---|---|
committer | 2004-05-17 16:09:49 +0000 | |
commit | 6440bff42ca0a200c34f578bd24c135754abeb5d (patch) | |
tree | 1e86954f688cf03e59435055822e789bd5c0b73c /net-analyzer/ns/ns-2.27-r1.ebuild | |
parent | Changed app-text/tetex to virtual/tetex, see bug #50865 (diff) | |
download | historical-6440bff42ca0a200c34f578bd24c135754abeb5d.tar.gz historical-6440bff42ca0a200c34f578bd24c135754abeb5d.tar.bz2 historical-6440bff42ca0a200c34f578bd24c135754abeb5d.zip |
Changed app-text/tetex to virtual/tetex, see bug #50865
Diffstat (limited to 'net-analyzer/ns/ns-2.27-r1.ebuild')
-rw-r--r-- | net-analyzer/ns/ns-2.27-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/ns/ns-2.27-r1.ebuild b/net-analyzer/ns/ns-2.27-r1.ebuild index 764f0684061c..c074cd2a3bb4 100644 --- a/net-analyzer/ns/ns-2.27-r1.ebuild +++ b/net-analyzer/ns/ns-2.27-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ns/ns-2.27-r1.ebuild,v 1.1 2004/01/28 04:04:33 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ns/ns-2.27-r1.ebuild,v 1.2 2004/05/17 16:09:49 usata Exp $ DESCRIPTION="Network Simulator" HOMEPAGE="http://www.isi.edu/nsnam/ns/" @@ -18,7 +18,7 @@ DEPEND_COMMON=">=dev-lang/tcl-${need_tclver} >=dev-tcltk/tclcl-1.0.13b net-libs/libpcap debug? ( =dev-lang/perl-5* >=media-gfx/xgraph-12.1 >=dev-libs/dmalloc-4.8.2 >=dev-tcltk/tcl-debug-2.0 )" -DEPEND="doc? ( app-text/tetex virtual/ghostscript dev-tex/latex2html ) ${DEPEND_COMMON}" +DEPEND="doc? ( virtual/tetex virtual/ghostscript dev-tex/latex2html ) ${DEPEND_COMMON}" RDEPEND="${DEPEND_COMMON}" S=${WORKDIR}/${P} |