diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-13 05:42:36 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-13 05:42:36 +0000 |
commit | 06f7d17e81de21a95e35b03453242bc62b05a6aa (patch) | |
tree | bc9c53bce2c6a2fdce3caf5bb45bc3f8634b56be /prboom | |
parent | 4b022a36ced4930af6bcdeb7d75a5ed10c4ac9cd (diff) |
First pass of .oe cleanups.
BKrev: 40529f4crFtRY5_1DubNmWhDeHSmPw
Diffstat (limited to 'prboom')
-rw-r--r-- | prboom/prboom_2.3.0.oe | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/prboom/prboom_2.3.0.oe b/prboom/prboom_2.3.0.oe index 48416424f7..491b4e9110 100644 --- a/prboom/prboom_2.3.0.oe +++ b/prboom/prboom_2.3.0.oe @@ -1,8 +1,8 @@ -DESCRIPTION="A Doom Clone based on SDL" -SECTION=base -PRIORITY=optional -RDEPENDS=libc6 libsdl-qpe libsdl-mixer libsdl-net -DEPENDS=virtual/libc libsdl-qpe libsdl-mixer libsdl-net +DESCRIPTION = "A Doom Clone based on SDL" +SECTION = "base" +PRIORITY = "optional" +RDEPENDS = "libc6 libsdl-qpe libsdl-mixer libsdl-net" +DEPENDS = "virtual/libc libsdl-qpe libsdl-mixer libsdl-net" SRC_URI = ${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz \ file://${FILESDIR}/m4.patch;patch=1 |