mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
development/swi-prolog: Remove dependency on unixODBC.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
This commit is contained in:
parent
979f176001
commit
5f5711b16c
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=swi-prolog
|
||||
VERSION=${VERSION:-8.2.1}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
SRCNAM=swipl
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="https://www.swi-prolog.org/download/stable/src/swipl-8.2.1.tar.gz"
|
|||
MD5SUM="c9619dbb1ab7834254d1ad24aee7a26c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="unixODBC"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Nick Smallbone"
|
||||
EMAIL="nick@smallbone.se"
|
||||
|
|
Loading…
Reference in a new issue