mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
abe: fix reference to libSDL* (#4105)
This commit is contained in:
committed by
Sergei Reznikov
parent
096fa28a74
commit
88a0d4b055
@@ -5,13 +5,13 @@ In addition, this game also comes with a Map Editor."
|
||||
HOMEPAGE="http://abe.sourceforge.net/"
|
||||
COPYRIGHT="2001-2013 Gabor Torok"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://superb-dca3.dl.sourceforge.net/project/abe/abe/abe-1.1/abe-1.1.tar.gz"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://sourceforge.net/projects/abe/files/abe/abe-1.1/abe-1.1.tar.gz"
|
||||
CHECKSUM_SHA256="dfc4ea74c04c92175abc5c9d65cfa6aad218209854d87d87758878e303b677f7"
|
||||
SOURCE_DIR="abe-1.1"
|
||||
PATCHES="abe-1.1.patch"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2"
|
||||
ARCHITECTURES="x86_gcc2 ?x86 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
abe= $portVersion
|
||||
@@ -19,14 +19,14 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libsdl
|
||||
lib:libsdl_mixer
|
||||
lib:libSDL_1.2
|
||||
lib:libSDL_mixer_1.2
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libsdl
|
||||
devel:libsdl_mixer
|
||||
devel:libSDL
|
||||
devel:libSDL_mixer
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:aclocal
|
||||
|
||||
Reference in New Issue
Block a user