aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-09-05 01:05:07 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-09-05 01:05:07 +0000
commitd55ff9cb1e8fb3a48067e40c36b66a3e89b028b7 (patch)
treeba05292c5af6a2b83d412a2eea18360c51ee3611 /games
parentbed4073e0c91a1fc23e4ecd319c2e83e021593c7 (diff)
downloadports-d55ff9cb1e8fb3a48067e40c36b66a3e89b028b7.tar.gz
ports-d55ff9cb1e8fb3a48067e40c36b66a3e89b028b7.zip
games/augustus: use system png
Also fixes linking issue on powerpc64le.
Diffstat (limited to 'games')
-rw-r--r--games/augustus/Makefile4
1 files changed, 3 insertions, 1 deletions
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