aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorRainer Hurling <rhurlin@FreeBSD.org>2021-01-17 01:00:07 +0800
committerRainer Hurling <rhurlin@FreeBSD.org>2021-01-17 01:00:07 +0800
commit2132c429450bccf105cb093d76fd0216b45bac53 (patch)
treeb86136bd5205f12ddfee6c569fd6445b6fca9aef /games
parent051501c445b9f181828693d28d291fe0e00741a2 (diff)
downloadfreebsd-ports-gnome-2132c429450bccf105cb093d76fd0216b45bac53.tar.gz
freebsd-ports-gnome-2132c429450bccf105cb093d76fd0216b45bac53.tar.zst
freebsd-ports-gnome-2132c429450bccf105cb093d76fd0216b45bac53.zip
games/devilutionX: fix empty credits window
Fix empty "Show Credits" window by changing TTF_FONT_PATH to TTF_FONT_DIR/TTF_FONT_NAME, introduced in v1.1.0 [1]. [1] https://github.com/diasurgical/devilutionX/commit/791aa60cab453899dfaa7456cde1e8c23fcbee79 PR: 252601 Submitted by: Nuno Teixeira <ed.arrakis@gmail.com> (maintainer) Approved by: arrowd, tcberner (mentors, implicit)
Diffstat (limited to 'games')
-rw-r--r--games/devilutionX/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/devilutionX/Makefile b/games/devilutionX/Makefile
index 8e07e214a5ac..069a9a92bdaa 100644
--- a/games/devilutionX/Makefile
+++ b/games/devilutionX/Makefile
@@ -2,6 +2,7 @@
PORTNAME= devilutionX
PORTVERSION= 1.1.0
+PORTREVISION= 1
CATEGORIES= games
MAINTAINER= ed.arrakis@gmail.com
@@ -30,7 +31,7 @@ CMAKE_ON= DEBUG
CMAKE_ON= BINARY_RELEASE
.endif
-CXXFLAGS+= -DTTF_FONT_PATH=\\\"${LOCALBASE}/share/fonts/CharisSIL/CharisSIL-B.ttf\\\"
+CXXFLAGS+= -DTTF_FONT_NAME=\\\"${LOCALBASE}/share/fonts/CharisSIL/CharisSIL-B.ttf\\\"
PLIST_FILES= bin/devilutionx \
share/applications/devilutionx.desktop \