aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-06-04 12:50:57 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-06-04 12:50:57 +0000
commitf75b9b72e5cb7ac631cf10f936d185ecd434ad72 (patch)
tree9b5d85fd6bcd64afaf522c4c1b97dc9cca4960c0
parenta52149b28546dcae017b403ecb0a596f0ec2d1b1 (diff)
downloadports-f75b9b72e5cb7ac631cf10f936d185ecd434ad72.tar.gz
ports-f75b9b72e5cb7ac631cf10f936d185ecd434ad72.zip
games/fheroes2: look for libpng without suffix, switch to PORTDOCS
-rw-r--r--games/fheroes2/Makefile6
1 files 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>