MFH: r557088
games/rlvm: drop python2 dependency PR: 251584 Submitted by: amdmi3 (based on)
This commit is contained in:
parent
06a5d21115
commit
5ad6272245
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q4/; revision=557089
@ -9,6 +9,7 @@ CATEGORIES= games
|
||||
|
||||
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
||||
PATCHFILES= fb627bad9129.patch:-p1
|
||||
PATCHFILES+= 97c808194c56.patch:-p1 # https://github.com/eglaysher/rlvm/pull/89
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
COMMENT= RealLive virtual machine clone
|
||||
@ -28,7 +29,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSans.ttf:x11-fonts/dejavu
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= eglaysher
|
||||
|
||||
USES= compiler:c++11-lib gl gnome pkgconfig scons:python2 sdl
|
||||
USES= compiler:c++11-lib gl gnome pkgconfig scons sdl
|
||||
USE_GL= glew glu
|
||||
USE_GNOME= gtk20
|
||||
USE_SDL= image mixer ttf
|
||||
|
@ -3,3 +3,5 @@ SHA256 (eglaysher-rlvm-release-0.14-67-g9350209_GH0.tar.gz) = 70a48aeca8e9298c1c
|
||||
SIZE (eglaysher-rlvm-release-0.14-67-g9350209_GH0.tar.gz) = 1895634
|
||||
SHA256 (fb627bad9129.patch) = a949dc649fac6cdff44ddf7f76480de82035b979b4bf8d959ae07ab648c5589d
|
||||
SIZE (fb627bad9129.patch) = 837
|
||||
SHA256 (97c808194c56.patch) = 8d2e8acf8bcb1f8fd5c78373dbea29036ccee1947a31ea99ae92af72b8ca84fd
|
||||
SIZE (97c808194c56.patch) = 6788
|
||||
|
@ -6,7 +6,7 @@
|
||||
env = Environment(
|
||||
+ ENV=os.environ,
|
||||
tools = ["default", "rlvm"],
|
||||
+ **dict((k, v.split()) for k, v in ARGUMENTS.iteritems())
|
||||
+ **dict((k, v.split()) for k, v in ARGUMENTS.items())
|
||||
+)
|
||||
+
|
||||
+env.Append(
|
||||
|
Loading…
Reference in New Issue
Block a user