dosbox: Fix recipe

Needs libsdl_net_1.2.
This commit is contained in:
Humdinger
2017-02-20 08:05:52 +01:00
parent 222cafc374
commit 2a29ece01a

View File

@@ -12,7 +12,7 @@ DOSBox is totally free of charge and OpenSource."
HOMEPAGE="http://www.dosbox.com"
COPYRIGHT="2002-2013 The DosBox Team"
LICENSE="GNU GPL v2"
REVISION="2"
REVISION="3"
SOURCE_URI="http://sourceforge.net/projects/dosbox/files/dosbox/0.74/dosbox-0.74.tar.gz/download"
CHECKSUM_SHA256="13f74916e2d4002bad1978e55727f302ff6df3d9be2f9b0e271501bd0a938e05"
SOURCE_DIR="dosbox-0.74"
@@ -29,7 +29,7 @@ PROVIDES="
REQUIRES="
haiku$secondaryArchSuffix
lib:libsdl$secondaryArchSuffix
lib:libsdl_net$secondaryArchSuffix
lib:libsdl_net_1.2$secondaryArchSuffix
lib:libsdl_sound$secondaryArchSuffix
lib:libglu$secondaryArchSuffix
lib:libpng$secondaryArchSuffix
@@ -42,7 +42,7 @@ BUILD_REQUIRES="
devel:libglu$secondaryArchSuffix
devel:libpng$secondaryArchSuffix
devel:libz$secondaryArchSuffix
devel:libsdl_net$secondaryArchSuffix
devel:libsdl_net_1.2$secondaryArchSuffix
devel:libsdl_sound$secondaryArchSuffix
libsdl${secondaryArchSuffix}_devel
"