diff options
author | miwi <miwi@FreeBSD.org> | 2007-01-26 06:58:47 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-01-26 06:58:47 +0800 |
commit | 7d01e4a628965ce03dead32c92482673bae14c61 (patch) | |
tree | 224d7c79483b1acbe60934c3dab2163fa4b35811 /games/foobillard | |
parent | 9469a9081eb8889e83b4efcf059fb080c0dfd366 (diff) | |
download | freebsd-ports-gnome-7d01e4a628965ce03dead32c92482673bae14c61.tar.gz freebsd-ports-gnome-7d01e4a628965ce03dead32c92482673bae14c61.tar.zst freebsd-ports-gnome-7d01e4a628965ce03dead32c92482673bae14c61.zip |
- Fix compatibility problemes with freetype2-2.2.1_1
- Update maintainer mail adress
- Bump PORTREVISION
PR: ports/108310
Submitted by: Thomas Vogt <thomas@bsdunix.ch> (maintainer)
Diffstat (limited to 'games/foobillard')
-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" |