diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-05-01 18:29:06 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-05-01 18:29:06 +0000 |
commit | e7a06628a4d29026c8cef4a517ab39d6fd32aa8c (patch) | |
tree | 0d5b29a9554a2283cce1198ab46a582bed22a59b /app-text/dgs | |
parent | virtual/x11 (diff) | |
download | gentoo-2-e7a06628a4d29026c8cef4a517ab39d6fd32aa8c.tar.gz gentoo-2-e7a06628a4d29026c8cef4a517ab39d6fd32aa8c.tar.bz2 gentoo-2-e7a06628a4d29026c8cef4a517ab39d6fd32aa8c.zip |
virtual/x11 change
Diffstat (limited to 'app-text/dgs')
-rw-r--r-- | app-text/dgs/dgs-0.5.10-r1.ebuild | 4 |
1 files changed, 2 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 7dbaa388aa4c..4dcaea89c819 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.2 2001/03/20 05:47:31 achim Exp $ +# $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 $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -11,7 +11,7 @@ HOMEPAGE="http://www.aist-nara.ac.jp/~masata-y/dgs/index.html" DEPEND="virtual/glibc >=dev-libs/glib-1.2.8 - >=x11-base/xfree-4.0.1" + virtual/x11" src_unpack() { unpack ${A} |