Date: Sun, 5 Sep 2021 01:07:35 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: 762a03caaebb - main - games/julius: use system png Message-ID: <202109050107.18517ZZx054819@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=762a03caaebb91659d1b1fe65517a12af9df31ef commit 762a03caaebb91659d1b1fe65517a12af9df31ef Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-09-05 01:05:10 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2021-09-05 01:05:10 +0000 games/julius: use system png --- games/julius/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/games/julius/Makefile b/games/julius/Makefile index 2ea9b1503302..262ea9c273c5 100644 --- a/games/julius/Makefile +++ b/games/julius/Makefile @@ -3,6 +3,7 @@ PORTNAME= julius PORTVERSION= 1.6.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= games PKGNAMESUFFIX= -caesariii @@ -11,9 +12,12 @@ MAINTAINER= pkubaj@FreeBSD.org COMMENT= Open source re-implementation of Caesar III LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt BROKEN_riscv64= fails to link: julius-caesariii-1.5.1,1.log: cannot open /nxb-bin/usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.profile-riscv64.a: No such file or directory +LIB_DEPENDS= libpng.so:graphics/png + USES= cmake sdl USE_GITHUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109050107.18517ZZx054819>