Date: Sun, 5 Sep 2021 01:07:33 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d55ff9cb1e8f - main - games/augustus: use system png Message-ID: <202109050107.18517Xus054771@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=d55ff9cb1e8fb3a48067e40c36b66a3e89b028b7 commit d55ff9cb1e8fb3a48067e40c36b66a3e89b028b7 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-09-05 01:05:07 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2021-09-05 01:05:07 +0000 games/augustus: use system png Also fixes linking issue on powerpc64le. --- games/augustus/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/games/augustus/Makefile b/games/augustus/Makefile index 891e591b9aa7..aa9e1255c098 100644 --- a/games/augustus/Makefile +++ b/games/augustus/Makefile @@ -1,5 +1,6 @@ PORTNAME= augustus PORTVERSION= 3.0.1 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= games @@ -9,7 +10,8 @@ COMMENT= Open source re-implementation of Caesar III LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -LIB_DEPENDS= libexpat.so:textproc/expat2 +LIB_DEPENDS= libexpat.so:textproc/expat2 \ + libpng.so:graphics/png USES= cmake sdl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109050107.18517Xus054771>