diff options
Diffstat (limited to 'games/foobillard/Makefile')
-rw-r--r-- | games/foobillard/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/foobillard/Makefile b/games/foobillard/Makefile index 286849e81768..bd626aec5954 100644 --- a/games/foobillard/Makefile +++ b/games/foobillard/Makefile @@ -3,7 +3,7 @@ PORTNAME= foobillard PORTVERSION= 3.0a -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games MASTER_SITES= http://foobillard.sunsite.dk/dnl/ @@ -11,7 +11,7 @@ MAINTAINER= thomas@bsdunix.ch COMMENT= Free OpenGL billiards game LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ - freetype.9:${PORTSDIR}/print/freetype2 + libfreetype.so:${PORTSDIR}/print/freetype2 OPTIONS_DEFINE= SDL NVIDIA_BUMPREF SDL_DESC= SDL instead of glut |