wok rev 9931

dega: fix bdeps
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue May 17 23:46:33 2011 +0200 (2011-05-17)
parents ab78d24434f5
children 7dc24f1ea8ba
files dega/receipt
line diff
     1.1 --- a/dega/receipt	Tue May 17 23:44:04 2011 +0200
     1.2 +++ b/dega/receipt	Tue May 17 23:46:33 2011 +0200
     1.3 @@ -5,12 +5,13 @@
     1.4  CATEGORY="games"
     1.5  SHORT_DESC="A small Sega Master System and Game Gear emulator"
     1.6  MAINTAINER="slaxemulator@gmail.com"
     1.7 -DEPENDS="libsdl"
     1.8 -BUILD_DEPENDS="nasm"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://www.finalburn.com/dega"
    1.11  WGET_URL="http://www.emulinks.de/emus/$TARBALL"
    1.12  
    1.13 +DEPENDS="libsdl"
    1.14 +BUILD_DEPENDS="nasm libsdl-dev"
    1.15 +
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18  {