diff options
Diffstat (limited to 'app-sci/pcb/pcb-20030815.ebuild')
-rw-r--r-- | app-sci/pcb/pcb-20030815.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-sci/pcb/pcb-20030815.ebuild b/app-sci/pcb/pcb-20030815.ebuild index b68a4945886b..961250968e36 100644 --- a/app-sci/pcb/pcb-20030815.ebuild +++ b/app-sci/pcb/pcb-20030815.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/pcb/pcb-20030815.ebuild,v 1.3 2003/11/27 21:03:01 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/pcb/pcb-20030815.ebuild,v 1.4 2004/03/30 19:40:48 spyderous Exp $ DESCRIPTION="PCB is a tool for the layout of printed circuit boards." HOMEPAGE="http://sourceforge.net/projects/pcb/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/pcb/${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="x86" -DEPEND="x11-base/xfree" +DEPEND="virtual/x11" SLOT="0" S=${WORKDIR}/${P} |