diff options
Diffstat (limited to 'games/vavoom/Makefile')
-rw-r--r-- | games/vavoom/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/vavoom/Makefile b/games/vavoom/Makefile index f451494cca3a..64e1ad9ff315 100644 --- a/games/vavoom/Makefile +++ b/games/vavoom/Makefile @@ -7,7 +7,7 @@ PORTNAME= vavoom PORTVERSION= 1.33 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Vavoom-source/${PORTVERSION} @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Doom, Doom II, Heretic, Hexen and Strife source port LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ - png.6:${PORTSDIR}/graphics/png + png15:${PORTSDIR}/graphics/png USE_BZIP2= yes USE_CMAKE= yes |