office/convertlit: Update REQUIRES.

This commit is contained in:
B. Watson 2017-01-31 17:50:48 -05:00 committed by Willy Sudiarto Raharjo
parent 99c7cc5880
commit 80dc7e6f16
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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"