diff options
Diffstat (limited to 'games/fuhquake/Makefile')
-rw-r--r-- | games/fuhquake/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/fuhquake/Makefile b/games/fuhquake/Makefile index e43a2b436b08..a5367951ea6c 100644 --- a/games/fuhquake/Makefile +++ b/games/fuhquake/Makefile @@ -7,7 +7,7 @@ PORTNAME= fuhquake PORTVERSION= 0.31 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= http://www.fuhquake.net/files/releases/v${PORTVERSION}/ \ ftp://gibbage.mine.nu/clients/fuhquake/releases/v${PORTVERSION}/ \ @@ -45,7 +45,7 @@ IGNORE= needs at least one client (GLX or X11) .if defined(WITH_GLX) USE_GL= yes -LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png \ +LIB_DEPENDS+= png.6:${PORTSDIR}/graphics/png \ jpeg.11:${PORTSDIR}/graphics/jpeg PLIST_SUB+= GLX="" CLIENTS+= glx |