mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
xut: clean up libSDL dependencies (#4603)
This commit is contained in:
committed by
Jérôme Duval
parent
08e6ed8366
commit
b956f3845d
@@ -4,7 +4,7 @@ boxes and simple rules."
|
|||||||
HOMEPAGE="https://sourceforge.net/projects/digenv/"
|
HOMEPAGE="https://sourceforge.net/projects/digenv/"
|
||||||
COPYRIGHT="2009-2010 The DNTeam"
|
COPYRIGHT="2009-2010 The DNTeam"
|
||||||
LICENSE="GNU GPL v3"
|
LICENSE="GNU GPL v3"
|
||||||
REVISION="2"
|
REVISION="3"
|
||||||
SOURCE_URI="http://www.mirrorservice.org/sites/downloads.sourceforge.net/d/di/digenv/xut/$portVersion/xut-$portVersion.tar.bz2"
|
SOURCE_URI="http://www.mirrorservice.org/sites/downloads.sourceforge.net/d/di/digenv/xut/$portVersion/xut-$portVersion.tar.bz2"
|
||||||
CHECKSUM_SHA256="bbaca1531439cad1f5a040571b8208d87c129a597c93d06d1598eb512e86fef3"
|
CHECKSUM_SHA256="bbaca1531439cad1f5a040571b8208d87c129a597c93d06d1598eb512e86fef3"
|
||||||
SOURCE_DIR="xut"
|
SOURCE_DIR="xut"
|
||||||
@@ -25,9 +25,9 @@ REQUIRES="
|
|||||||
lib:libintl$secondaryArchSuffix
|
lib:libintl$secondaryArchSuffix
|
||||||
lib:libogg$secondaryArchSuffix
|
lib:libogg$secondaryArchSuffix
|
||||||
lib:libopenal$secondaryArchSuffix
|
lib:libopenal$secondaryArchSuffix
|
||||||
lib:libsdl$secondaryArchSuffix
|
lib:libSDL_1.2$secondaryArchSuffix
|
||||||
lib:libsdl_image$secondaryArchSuffix
|
lib:libSDL_image_1.2$secondaryArchSuffix
|
||||||
lib:libsdl_ttf$secondaryArchSuffix
|
lib:libSDL_ttf_2.0$secondaryArchSuffix
|
||||||
lib:libvorbis$secondaryArchSuffix
|
lib:libvorbis$secondaryArchSuffix
|
||||||
lib:libvorbisfile$secondaryArchSuffix
|
lib:libvorbisfile$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
@@ -38,9 +38,9 @@ BUILD_REQUIRES="
|
|||||||
devel:libintl$secondaryArchSuffix
|
devel:libintl$secondaryArchSuffix
|
||||||
devel:libogg$secondaryArchSuffix
|
devel:libogg$secondaryArchSuffix
|
||||||
devel:libopenal$secondaryArchSuffix
|
devel:libopenal$secondaryArchSuffix
|
||||||
devel:libsdl$secondaryArchSuffix
|
devel:libSDL_1.2$secondaryArchSuffix
|
||||||
devel:libsdl_image$secondaryArchSuffix
|
devel:libSDL_image_1.2$secondaryArchSuffix
|
||||||
devel:libsdl_ttf$secondaryArchSuffix
|
devel:libSDL_ttf_2.0$secondaryArchSuffix
|
||||||
devel:libvorbis$secondaryArchSuffix
|
devel:libvorbis$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
BUILD_PREREQUIRES="
|
BUILD_PREREQUIRES="
|
||||||
|
|||||||
Reference in New Issue
Block a user