diff options
Diffstat (limited to 'games/joequake')
-rw-r--r-- | games/joequake/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/joequake/Makefile b/games/joequake/Makefile index 63460f5fb1fa..0c2b46676a5a 100644 --- a/games/joequake/Makefile +++ b/games/joequake/Makefile @@ -7,7 +7,7 @@ PORTNAME= joequake PORTVERSION= 0.15b1329 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= http://joequake.runecentral.com/ DISTNAME= ${PORTNAME}-v${PORTVERSION}-source @@ -18,7 +18,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Improved NQ engine with ZQuake and FuhQuake graphical effects -LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png +LIB_DEPENDS= png15:${PORTSDIR}/graphics/png WRKSRC= ${WRKDIR}/src |