diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2007-10-18 07:33:52 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2007-10-18 07:33:52 +0000 |
commit | e48f9e23409d20897b586fc96078f66c3e778a73 (patch) | |
tree | 14189c19b7c576b6359d498cbf6b703886e92054 /games | |
parent | - Fix pkg-plist (diff) |
- Fix "Bad system call" error with SDL sound driver
- Add a short note about fonts for non-latin languages
PR: ports/117018
Diffstat (limited to 'games')
-rw-r--r-- | games/openttd/Makefile | 3 | ||||
-rw-r--r-- | games/openttd/files/pkg-message.in | 9 |
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!! ========================================================================== |