aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2021-07-03 10:07:54 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2021-07-03 10:11:40 +0000
commitdcc3c14fb2d0cb24dad63fe67d8caab50244c6a9 (patch)
treebd18a7639d27ce1ea250674f433420ccdd3f074c
parent21a797ec8c62a66c2e44c7e99acbf3063ec113aa (diff)
downloadports-dcc3c14fb2d0cb24dad63fe67d8caab50244c6a9.tar.gz
ports-dcc3c14fb2d0cb24dad63fe67d8caab50244c6a9.zip
games/devilutionX: chase the upgrade of x11-fonts/charis
- correct PORTVERSION when PORTREVISION should be used - adjust CXXFLAGS -DTTF_FONT_NAME to match charis font name
-rw-r--r--games/devilutionX/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/devilutionX/Makefile b/games/devilutionX/Makefile
index 578b33c63b4e..1723b6e09fba 100644
--- a/games/devilutionX/Makefile
+++ b/games/devilutionX/Makefile
@@ -1,6 +1,6 @@
PORTNAME= devilutionX
DISTVERSION= 1.2.1
-PORTVERSION= 1
+PORTREVISION= 1
CATEGORIES= games
MAINTAINER= eduardo@FreeBSD.org
@@ -29,7 +29,7 @@ CMAKE_ON= DEBUG
CMAKE_ON= BINARY_RELEASE
.endif
-CXXFLAGS+= -DTTF_FONT_NAME=\\\"${LOCALBASE}/share/fonts/CharisSIL/CharisSIL-B.ttf\\\"
+CXXFLAGS+= -DTTF_FONT_NAME=\\\"${LOCALBASE}/share/fonts/CharisSIL/CharisSIL-Bold.ttf\\\"
PLIST_FILES= bin/devilutionx \
share/applications/devilutionx.desktop \