office/convertlit: Update REQUIRES.
This commit is contained in:
parent
99c7cc5880
commit
80dc7e6f16
|
@ -11,9 +11,11 @@
|
|||
# the package name, but not the actual executable. I've renamed the binary
|
||||
# to convertlit to keep things SFW.
|
||||
|
||||
# 20170131 bkw: BUILD=3, REQUIRES was ltm, now libtommath
|
||||
|
||||
PRGNAM=convertlit
|
||||
VERSION=${VERSION:-1.8}
|
||||
BUILD=${BUILD:-2}
|
||||
BUILD=${BUILD:-3}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://www.convertlit.com/convertlit18src.zip"
|
|||
MD5SUM="d691d4729485fe5d73e3f0937d8fb42e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ltm"
|
||||
REQUIRES="libtommath"
|
||||
MAINTAINER="B. Watson"
|
||||
EMAIL="yalhcru@gmail.com"
|
||||
|
|
Loading…
Reference in New Issue