diff options
author | 2003-09-06 17:26:47 +0000 | |
---|---|---|
committer | 2003-09-06 17:26:47 +0000 | |
commit | 05d8d42587ad485996decfbf34d965ec57d8d1f5 (patch) | |
tree | d32812171b8bdc9f2b12fc4b1c596224c13c5e1f /net-im/ohphone/ohphone-1.4.1-r1.ebuild | |
parent | updated ohphone to make svga and X optional (diff) | |
download | gentoo-2-05d8d42587ad485996decfbf34d965ec57d8d1f5.tar.gz gentoo-2-05d8d42587ad485996decfbf34d965ec57d8d1f5.tar.bz2 gentoo-2-05d8d42587ad485996decfbf34d965ec57d8d1f5.zip |
oops last minute typo
Diffstat (limited to 'net-im/ohphone/ohphone-1.4.1-r1.ebuild')
-rw-r--r-- | net-im/ohphone/ohphone-1.4.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/ohphone/ohphone-1.4.1-r1.ebuild b/net-im/ohphone/ohphone-1.4.1-r1.ebuild index e9334aa4b70a..68b419a29445 100644 --- a/net-im/ohphone/ohphone-1.4.1-r1.ebuild +++ b/net-im/ohphone/ohphone-1.4.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ohphone/ohphone-1.4.1-r1.ebuild,v 1.1 2003/09/06 17:25:24 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ohphone/ohphone-1.4.1-r1.ebuild,v 1.2 2003/09/06 17:26:38 liquidx Exp $ DESCRIPTION="Command line H.323 client" HOMEPAGE="http://www.openh323.org/" @@ -14,7 +14,7 @@ IUSE="X" DEPEND=">=net-libs/openh323-1.12.2 >=dev-libs/pwlib-1.5.2 X? ( virtual/x11 ) - svga? ( media-libs/svga )" + svga? ( media-libs/svgalib )" S=${WORKDIR}/${PN} |