1
0
mirror of https://git.zap.org.au/git/trader.git synced 2025-01-03 14:57:41 -05:00

Add pkgconfig to the build dependencies

This commit is contained in:
John Zaitseff 2024-01-31 13:21:57 +11:00
parent 6a6b0a9194
commit b3b8789d26

View File

@ -22,7 +22,7 @@ the objective is to create companies, buy and sell shares, borrow and
repay money, in order to become the wealthiest player (the winner)."
CATEGORY="Games Text"
DEPEND="libiconv-devel libncurses-devel gettext-devel"
DEPEND="libiconv-devel libncurses-devel gettext-devel pkgconfig"
HOMEPAGE="https://www.zap.org.au/projects/trader/"
SRC_URI="https://ftp.zap.org.au/pub/trader/unix/${P}.tar.xz"