diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-01 14:00:14 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-01 14:00:14 +0000 |
commit | 88d77a6b8f4d2c9f20c69c6143dad05f9f5b388a (patch) | |
tree | a75f4f45ba3ad9079ef4f55711f9cc029c8aa12b /app-text | |
parent | new TODO comments (extensive) (diff) | |
download | historical-88d77a6b8f4d2c9f20c69c6143dad05f9f5b388a.tar.gz historical-88d77a6b8f4d2c9f20c69c6143dad05f9f5b388a.tar.bz2 historical-88d77a6b8f4d2c9f20c69c6143dad05f9f5b388a.zip |
*** empty log message ***
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/dgs/dgs-0.5.10-r1.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/app-text/dgs/dgs-0.5.10-r1.ebuild b/app-text/dgs/dgs-0.5.10-r1.ebuild index 4dcaea89c819..c33877c400e5 100644 --- a/app-text/dgs/dgs-0.5.10-r1.ebuild +++ b/app-text/dgs/dgs-0.5.10-r1.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/dgs/dgs-0.5.10-r1.ebuild,v 1.3 2001/05/01 18:29:05 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dgs/dgs-0.5.10-r1.ebuild,v 1.4 2001/06/01 14:00:14 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,10 +9,15 @@ DESCRIPTION="A Ghostscript based DPS server" SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/dgs/${A}" HOMEPAGE="http://www.aist-nara.ac.jp/~masata-y/dgs/index.html" -DEPEND="virtual/glibc +DEPEND="virtual/glibc sys-apps/texinfo + >=sys-apps/tcp-wrappers-7.6 >=dev-libs/glib-1.2.8 virtual/x11" +RDEPEND="virtual/glibc + >=dev-libs/glib-1.2.8 + virtual/x11" + src_unpack() { unpack ${A} cd ${S} |