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 | 357a1b39d2aa6d172a908d805edab80d716fb7ee (patch) | |
tree | 0a62bacc29615a8ea4c7e1c1e17ca85df2cb0c66 /app-text/dgs | |
parent | new TODO comments (extensive) (diff) | |
download | gentoo-2-357a1b39d2aa6d172a908d805edab80d716fb7ee.tar.gz gentoo-2-357a1b39d2aa6d172a908d805edab80d716fb7ee.tar.bz2 gentoo-2-357a1b39d2aa6d172a908d805edab80d716fb7ee.zip |
*** empty log message ***
Diffstat (limited to 'app-text/dgs')
-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} |