diff options
author | 2001-07-30 22:15:28 +0000 | |
---|---|---|
committer | 2001-07-30 22:15:28 +0000 | |
commit | a6d7e58998318edd364e8abade0679812f7685f4 (patch) | |
tree | 8f705526e62acae2e170753583fa18222f016b32 /app-office | |
parent | We are starting to put user-submitted ebuilds in /usr/portage/incoming. (diff) | |
download | gentoo-2-a6d7e58998318edd364e8abade0679812f7685f4.tar.gz gentoo-2-a6d7e58998318edd364e8abade0679812f7685f4.tar.bz2 gentoo-2-a6d7e58998318edd364e8abade0679812f7685f4.zip |
Added detailed dependencies (glibc, gcc etc.)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/lyx-base/lyx-base-1.1.6.2.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/app-office/lyx-base/lyx-base-1.1.6.2.ebuild b/app-office/lyx-base/lyx-base-1.1.6.2.ebuild index 7812eab49999..fa6bf3963e9d 100644 --- a/app-office/lyx-base/lyx-base-1.1.6.2.ebuild +++ b/app-office/lyx-base/lyx-base-1.1.6.2.ebuild @@ -20,8 +20,13 @@ HOMEPAGE="http://www.lyx.org/" # This lyx-base ebuild only depends on the absolutely necessary packages. # The acompanying lyx-utils ebuild depends on lyx-base and on everything # else that lyx can use. -DEPEND="virtual/x11 x11-libs/xforms app-text/tetex - >=sys-devel/perl-5" +DEPEND="virtual/x11 + x11-libs/xforms + app-text/tetex + >=sys-devel/perl-5 + sys-devel/gcc + sys-libs/glibc + sys-devel/ld.so" src_compile() { |