diff options
Diffstat (limited to 'games/neverball')
-rw-r--r-- | games/neverball/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/neverball/Makefile b/games/neverball/Makefile index 51e1952054ca..39595c9c9aca 100644 --- a/games/neverball/Makefile +++ b/games/neverball/Makefile @@ -7,7 +7,7 @@ PORTNAME= neverball PORTVERSION= 1.5.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://offload1.icculus.org:9090/neverball/ \ http://offload2.icculus.org:9090/neverball/ \ @@ -17,7 +17,7 @@ MASTER_SITES= http://offload1.icculus.org:9090/neverball/ \ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Tilt the floor to guide a ball through an obstacle course -LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ +LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \ jpeg.11:${PORTSDIR}/graphics/jpeg \ vorbis.4:${PORTSDIR}/audio/libvorbis \ physfs.1:${PORTSDIR}/devel/physfs |