frobtads: Stop depending on curl

Depending on libcurl is enough.
This commit is contained in:
Fredrik Fornwall 2017-09-07 23:17:36 +02:00
parent 4813a25af5
commit 21634f911f
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@ TERMUX_PKG_REVISION=2
TERMUX_PKG_SRCURL=http://www.tads.org/frobtads/frobtads-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=88c6a987813d4be1420a1c697e99ecef4fa9dd9bc922be4acf5a3054967ee788
TERMUX_PKG_RM_AFTER_INSTALL="share/frobtads/tads3/doc share/frobtads/tads3/lib/webuires"
TERMUX_PKG_DEPENDS="curl, ncurses, libcurl"
TERMUX_PKG_DEPENDS="ncurses, libcurl"