diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-17 00:57:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-17 00:57:46 +0000 |
commit | ac4e665f363df60d035abedb02f549729987bf39 (patch) | |
tree | d5c963acb3a301ebccae4a5432fb9ca1e9f8ca00 /app-emulation/pose | |
parent | Fixed LICENSE (diff) | |
download | gentoo-2-ac4e665f363df60d035abedb02f549729987bf39.tar.gz gentoo-2-ac4e665f363df60d035abedb02f549729987bf39.tar.bz2 gentoo-2-ac4e665f363df60d035abedb02f549729987bf39.zip |
lintool fix
Diffstat (limited to 'app-emulation/pose')
-rw-r--r-- | app-emulation/pose/pose-3.5.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-emulation/pose/pose-3.5.ebuild b/app-emulation/pose/pose-3.5.ebuild index 2ebdc5c48c0d..d9e280de6fa8 100644 --- a/app-emulation/pose/pose-3.5.ebuild +++ b/app-emulation/pose/pose-3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# /space/gentoo/cvsroot/gentoo-x86/dev-lang/gpc/gpc-20020410.ebuild,v 1.2 2002/04/27 23:08:36 bangert Exp +# $Header: /var/cvsroot/gentoo-x86/app-emulation/pose/pose-3.5.ebuild,v 1.6 2002/10/17 00:56:19 vapier Exp $ S=${WORKDIR}/${P} HOMEPAGE="http://www.palmos.com/dev/tools/emulator/" @@ -9,9 +9,11 @@ SRC_URI="http://www.palmos.com/dev/tools/emulator/sources/emulator_src_3.5.tar.g DESCRIPTION="Palm OS Emulator" DEPEND="=x11-libs/fltk-1.1.0_beta10-r1" +RDEPEND="${DEPEND}" KEYWORDS="x86" LICENSE="GPL-2" SLOT="0" + src_compile() { cd ${WORKDIR}/Emulator_Src_3.5/BuildUnix ./configure || die |