diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-27 17:30:49 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-27 17:30:49 +0800 |
commit | 26bb61741925176bbafa3ef704f8f9bc7b6f181d (patch) | |
tree | 43349e4723ffaeabfe317e1695642a04ee4816dc /games/foobillard | |
parent | 4978003c66e365c901d07a96491c072c8da9c837 (diff) | |
download | freebsd-ports-gnome-26bb61741925176bbafa3ef704f8f9bc7b6f181d.tar.gz freebsd-ports-gnome-26bb61741925176bbafa3ef704f8f9bc7b6f181d.tar.zst freebsd-ports-gnome-26bb61741925176bbafa3ef704f8f9bc7b6f181d.zip |
- Add missing dependens after sdl12 cleanup
- Bump PORTREVISION
Submitted by: pointyhat via pav
Diffstat (limited to 'games/foobillard')
-rw-r--r-- | games/foobillard/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/foobillard/Makefile b/games/foobillard/Makefile index 58551913180d..18614aa22b38 100644 --- a/games/foobillard/Makefile +++ b/games/foobillard/Makefile @@ -7,7 +7,7 @@ PORTNAME= foobillard PORTVERSION= 2.9 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= http://foobillard.sunsite.dk/dnl/ @@ -26,6 +26,7 @@ FREETYPE_CONFIG?= ${LOCALBASE}/bin/freetype-config USE_GMAKE= yes GNU_CONFIGURE= yes +USE_XORG= xaw ice CPPFLAGS= -I${X11BASE}/include CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ |