mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
mame, fix reference to devel:glm (#5055)
This commit is contained in:
@@ -13,7 +13,7 @@ calculators, in addition to the arcade video games that were its initial focus."
|
|||||||
HOMEPAGE="https://www.mamedev.org/"
|
HOMEPAGE="https://www.mamedev.org/"
|
||||||
COPYRIGHT="1997-2019 MAMEDev and contributors"
|
COPYRIGHT="1997-2019 MAMEDev and contributors"
|
||||||
LICENSE="GNU GPL v2"
|
LICENSE="GNU GPL v2"
|
||||||
REVISION="4"
|
REVISION="5"
|
||||||
SOURCE_URI="https://github.com/mamedev/mame/archive/mame${portVersion/./}.tar.gz"
|
SOURCE_URI="https://github.com/mamedev/mame/archive/mame${portVersion/./}.tar.gz"
|
||||||
CHECKSUM_SHA256="4d0b23f3c9f9b2f6283ed78d5afc9a6391d2ee6ce5f0f4bcc2a357ec14aa06c4"
|
CHECKSUM_SHA256="4d0b23f3c9f9b2f6283ed78d5afc9a6391d2ee6ce5f0f4bcc2a357ec14aa06c4"
|
||||||
SOURCE_FILENAME="mame-$portVersion.tar.gz"
|
SOURCE_FILENAME="mame-$portVersion.tar.gz"
|
||||||
@@ -82,7 +82,7 @@ REQUIRES="
|
|||||||
|
|
||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
haiku${secondaryArchSuffix}_devel
|
haiku${secondaryArchSuffix}_devel
|
||||||
glm${secondaryArchSuffix}_devel
|
devel:glm
|
||||||
devel:libexpat$secondaryArchSuffix
|
devel:libexpat$secondaryArchSuffix
|
||||||
devel:libflac$secondaryArchSuffix
|
devel:libflac$secondaryArchSuffix
|
||||||
devel:libfontconfig$secondaryArchSuffix
|
devel:libfontconfig$secondaryArchSuffix
|
||||||
|
|||||||
Reference in New Issue
Block a user