summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-03-24 04:44:12 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-03-24 04:44:12 +0000
commit8e6c8757c15a11895f7c63201f6cc435a9d3fc84 (patch)
treebc71123a86fcb5ab5829f90735d9af2de44a7b95 /games-board/xfrisk/xfrisk-1.2.ebuild
parent (Manifest recommit) (diff)
downloadgentoo-2-8e6c8757c15a11895f7c63201f6cc435a9d3fc84.tar.gz
gentoo-2-8e6c8757c15a11895f7c63201f6cc435a9d3fc84.tar.bz2
gentoo-2-8e6c8757c15a11895f7c63201f6cc435a9d3fc84.zip
don't rdepend on sed
Diffstat (limited to 'games-board/xfrisk/xfrisk-1.2.ebuild')
-rw-r--r--games-board/xfrisk/xfrisk-1.2.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/games-board/xfrisk/xfrisk-1.2.ebuild b/games-board/xfrisk/xfrisk-1.2.ebuild
index c71abc486144..da80bca6d757 100644
--- a/games-board/xfrisk/xfrisk-1.2.ebuild
+++ b/games-board/xfrisk/xfrisk-1.2.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/games-board/xfrisk/xfrisk-1.2.ebuild,v 1.2 2004/01/31 05:55:49 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/xfrisk/xfrisk-1.2.ebuild,v 1.3 2004/03/24 04:44:12 mr_bones_ Exp $
inherit games
@@ -14,7 +14,9 @@ LICENSE="GPL-2"
SLOT="0"
IUSE=""
-DEPEND="x11-libs/Xaw3d
+RDEPEND="virtual/x11
+ x11-libs/Xaw3d"
+DEPEND="${RDEPEND}
>=sys-apps/sed-4"
src_unpack() {