smpeg: fix dependencies on libSDL

Have to use the same name used in linking the libs for -S checks.
This commit is contained in:
Adrien Destugues
2014-01-19 16:50:39 +01:00
parent 2252a35cb9
commit 2d380a5059

View File

@@ -9,7 +9,7 @@ HOMEPAGE="http://www.icculus.org/smpeg"
SRC_URI="svn://svn.icculus.org/smpeg/tags/release_0_4_5"
LICENSE="GNU LGPL v2"
COPYRIGHT="1999-2004 Sam Lantinga, Joe Tennies."
REVISION="1"
REVISION="2"
ARCHITECTURES="x86 x86_gcc2"
SECONDARY_ARCHITECTURES="x86_gcc2 x86 ?x86_64"
@@ -26,7 +26,7 @@ PROVIDES="
REQUIRES="
haiku$secondaryArchSuffix
lib:libglu$secondaryArchSuffix
lib:libSDL$secondaryArchSuffix
lib:libSDL_1.2$secondaryArchSuffix
lib:libGL$secondaryArchSuffix
"