Date: Fri, 4 Jun 2021 12:51:06 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: f75b9b72e5cb - main - games/fheroes2: look for libpng without suffix, switch to PORTDOCS Message-ID: <202106041251.154Cp68Z089802@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=f75b9b72e5cb7ac631cf10f936d185ecd434ad72 commit f75b9b72e5cb7ac631cf10f936d185ecd434ad72 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-06-04 12:50:57 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2021-06-04 12:50:57 +0000 games/fheroes2: look for libpng without suffix, switch to PORTDOCS --- games/fheroes2/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/games/fheroes2/Makefile b/games/fheroes2/Makefile index 5d409bb7ce4d..10977aeb9d7c 100644 --- a/games/fheroes2/Makefile +++ b/games/fheroes2/Makefile @@ -8,15 +8,15 @@ COMMENT= Free implementation of Heroes of Might and Magic II engine LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libpng16.so:graphics/png +LIB_DEPENDS= libpng.so:graphics/png USES= cmake gettext-tools iconv localbase:ldflags pkgconfig sdl USE_GITHUB= yes GH_ACCOUNT= ihhub USE_SDL= image2 mixer2 sdl2 ttf2 -PLIST_FILES= bin/${PORTNAME} \ - ${DOCSDIR}/README.txt \ +PLIST_FILES= bin/${PORTNAME} +PORTDOCS= ${DOCSDIR}/README.txt \ ${DOCSDIR}/changelog.txt .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106041251.154Cp68Z089802>