diff options
-rw-r--r-- | net-dialup/rp-pppoe/rp-pppoe-3.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/rp-pppoe/rp-pppoe-3.5.ebuild b/net-dialup/rp-pppoe/rp-pppoe-3.5.ebuild index a051c2bea8ea..481f32b900ab 100644 --- a/net-dialup/rp-pppoe/rp-pppoe-3.5.ebuild +++ b/net-dialup/rp-pppoe/rp-pppoe-3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-dialup/rp-pppoe/rp-pppoe-3.5.ebuild,v 1.1 2002/12/12 00:06:36 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/rp-pppoe/rp-pppoe-3.5.ebuild,v 1.2 2002/12/12 00:07:34 rphillips Exp $ S=${WORKDIR}/${P}/src DESCRIPTION="A user-mode PPPoE client and server suite for Linux" @@ -8,7 +8,7 @@ SRC_URI="http://www.roaringpenguin.com/pppoe/${P}.tar.gz" HOMEPAGE="http://www.roaringpenguin.com/" DEPEND=">=net-dialup/ppp-2.4.1 - X? ( virtual/xfree )" + X? ( virtual/x11 )" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" |