diff options
-rw-r--r-- | games/foobillard/Makefile | 4 | ||||
-rw-r--r-- | games/foobillard/files/patch-option.h | 15 |
2 files changed, 17 insertions, 2 deletions
diff --git a/games/foobillard/Makefile b/games/foobillard/Makefile index 7e2253e84930..622513383939 100644 --- a/games/foobillard/Makefile +++ b/games/foobillard/Makefile @@ -7,11 +7,11 @@ PORTNAME= foobillard PORTVERSION= 2.9 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= http://foobillard.sunsite.dk/dnl/ -MAINTAINER= thomas.vogt@bsdunix.ch +MAINTAINER= thomas@bsdunix.ch COMMENT= A free OpenGL-billard game LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ diff --git a/games/foobillard/files/patch-option.h b/games/foobillard/files/patch-option.h new file mode 100644 index 000000000000..7d79043d598d --- /dev/null +++ b/games/foobillard/files/patch-option.h @@ -0,0 +1,15 @@ +--- src/options.h.orig Fri Jan 19 16:13:40 2007 ++++ src/options.h Fri Jan 19 16:14:41 2007 +@@ -97,9 +97,9 @@ + #define options_shared_data_path "/usr/local/shared/foobillard" + + #define options_player_fontname "iomanoid.ttf" +-#define options_help_fontname "youregon.ttf" +-#define options_menu_fontname "youregon.ttf" +-#define options_winner_fontname "youregon.ttf" ++#define options_help_fontname "bluebold.ttf" ++#define options_menu_fontname "bluebold.ttf" ++#define options_winner_fontname "bluebold.ttf" + #define options_ball_fontname "bluebold.ttf" + #define options_score_fontname "bluebold.ttf" + #define options_roster_fontname "bluebold.ttf" |