git: d55ff9cb1e8f - main - games/augustus: use system png

Piotr Kubaj pkubaj at FreeBSD.org
Sun Sep 5 01:07:34 UTC 2021


The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d55ff9cb1e8fb3a48067e40c36b66a3e89b028b7

commit d55ff9cb1e8fb3a48067e40c36b66a3e89b028b7
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-09-05 01:05:07 +0000
Commit:     Piotr Kubaj <pkubaj at 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
 


More information about the dev-commits-ports-all mailing list