aboutsummaryrefslogtreecommitdiff
path: root/games/openttd
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2007-10-18 07:33:52 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2007-10-18 07:33:52 +0000
commite48f9e23409d20897b586fc96078f66c3e778a73 (patch)
tree14189c19b7c576b6359d498cbf6b703886e92054 /games/openttd
parentde410470b17d86d49e1972850ec7ea21c3da67e3 (diff)
downloadports-e48f9e23409d20897b586fc96078f66c3e778a73.tar.gz
ports-e48f9e23409d20897b586fc96078f66c3e778a73.zip
- Fix "Bad system call" error with SDL sound driver
- Add a short note about fonts for non-latin languages PR: ports/117018
Notes
Notes: svn path=/head/; revision=201636
Diffstat (limited to 'games/openttd')
-rw-r--r--games/openttd/Makefile3
-rw-r--r--games/openttd/files/pkg-message.in9
2 files changed, 11 insertions, 1 deletions
diff --git a/games/openttd/Makefile b/games/openttd/Makefile
index 644edd815048..75aaa5b9754c 100644
--- a/games/openttd/Makefile
+++ b/games/openttd/Makefile
@@ -7,6 +7,7 @@
PORTNAME= openttd
PORTVERSION= 0.5.3
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -32,7 +33,7 @@ USE_SDL= sdl
MAKE_ARGS+= RELEASE=${PORTVERSION} DATA_DIR="share/openttd" \
USE_HOMEDIR=1 PERSONAL_DIR=.openttd INSTALL=1 VERBOSE=1 \
- PTHREAD_LIBS="${PTHREAD_LIBS}"
+ PTHREAD_LIBS="-lpthread"
SUB_FILES= pkg-message
diff --git a/games/openttd/files/pkg-message.in b/games/openttd/files/pkg-message.in
index d5d11266ed46..7a4f6271e47e 100644
--- a/games/openttd/files/pkg-message.in
+++ b/games/openttd/files/pkg-message.in
@@ -11,6 +11,15 @@
trgir.grf
trgtr.grf
+ If you are using a non-latin language, you may see lots of `?'s on
+ the screen. Please open your configuration file and add a desired
+ fonts (file name with full path). Bold fonts might look better:
+
+ [misc]
+ small_font =
+ medium_font =
+ large_font =
+
Enjoy!!
==========================================================================