Skip to content

Commit

Permalink
games/devilutionX: chase the upgrade of x11-fonts/charis
Browse files Browse the repository at this point in the history
- correct PORTVERSION when PORTREVISION should be used
- adjust CXXFLAGS -DTTF_FONT_NAME to match charis font name
  • Loading branch information
nunotexbsd committed Jul 3, 2021
1 parent 21a797e commit dcc3c14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions games/devilutionX/Makefile
@@ -1,6 +1,6 @@
PORTNAME= devilutionX
DISTVERSION= 1.2.1
PORTVERSION= 1
PORTREVISION= 1
CATEGORIES= games

MAINTAINER= eduardo@FreeBSD.org
Expand Down Expand Up @@ -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 \
Expand Down

0 comments on commit dcc3c14

Please sign in to comment.