From bd4fec7a905d6ae45e781b8751c95a49f5550459 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Wed, 19 Jul 2017 09:55:57 +0200 Subject: [PATCH] mupen64: remove $haikuVersion. --- games-emulation/mupen64/mupen64-0.5.recipe | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/games-emulation/mupen64/mupen64-0.5.recipe b/games-emulation/mupen64/mupen64-0.5.recipe index 138118b92..fa90d5ccb 100644 --- a/games-emulation/mupen64/mupen64-0.5.recipe +++ b/games-emulation/mupen64/mupen64-0.5.recipe @@ -3,13 +3,12 @@ DESCRIPTION="Mupen64 is a portable Nintendo 64 emulator. It emulates most Ninten 64 games perfectly enough that they are playable." HOMEPAGE="http://mupen64.emulation64.com/" COPYRIGHT="2005 Hacktarux & Azimer" +LICENSE="GNU GPL v2" +REVISION="2" SOURCE_URI="http://mupen64.emulation64.com/files/0.5/mupen64_src-0.5.tar.bz2" CHECKSUM_SHA256="1b8e4188ab7a94d8125b77aed8725ee348c24818622b881adfe16be510487dfd" SOURCE_DIR="mupen64_src-$portVersion" PATCHES="mupen64-$portVersion.patch" -REVISION="1" -LICENSE="GNU GPL v2" - DISABLE_SOURCE_PACKAGE="YES" # bug in HaikuPorter that makes this fail ARCHITECTURES="!x86_gcc2 x86 ?x86_64" @@ -20,13 +19,14 @@ PROVIDES=" cmd:mupen64_nogui = $portVersion " REQUIRES=" - haiku$secondaryArchSuffix >= $haikuVersion + haiku$secondaryArchSuffix lib:libgl$secondaryArchSuffix lib:libsdl_1.2$secondaryArchSuffix >= 0.11.4 lib:libz$secondaryArchSuffix " + BUILD_REQUIRES=" - haiku${secondaryArchSuffix}_devel >= $haikuVersion + haiku${secondaryArchSuffix}_devel devel:libgl$secondaryArchSuffix devel:libsdl_1.2$secondaryArchSuffix >= 0.11.4 devel:libz$secondaryArchSuffix