games/pysolfc: Add missing dep.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
439fd63c25
commit
f2dc844c3c
|
@ -24,6 +24,10 @@
|
|||
|
||||
# Now maintained by B. Watson <yalhcru@gmail.com>
|
||||
|
||||
# 20181206 bkw:
|
||||
# - Add missing 'six' dependency. Thanks to Carsten Boysen Jensen for
|
||||
# the bug report. BUILD=2
|
||||
|
||||
# 20181013 bkw:
|
||||
# - Take over maintenance.
|
||||
# - Update for v2.4.0. Incompatible changes, can't build the old
|
||||
|
@ -41,7 +45,7 @@
|
|||
SRCNAM=PySolFC
|
||||
PRGNAM=pysolfc
|
||||
VERSION=${VERSION:-2.4.0}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
CARDSETVER=${CARDSETVER:-2.0}
|
||||
|
|
|
@ -7,6 +7,6 @@ MD5SUM="43d3a6f82418a9cb7452ab7bc0e1401b \
|
|||
85c0edeeb0e319d54f9ebcd4165a2077"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
REQUIRES="six"
|
||||
MAINTAINER="B. Watson"
|
||||
EMAIL="yalhcru@gmail.com"
|
||||
|
|
Loading…
Reference in New Issue