diff options
Diffstat (limited to 'games/edge/Makefile')
-rw-r--r-- | games/edge/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/edge/Makefile b/games/edge/Makefile index 5a4dfb87b650..5c1a4f0ccd09 100644 --- a/games/edge/Makefile +++ b/games/edge/Makefile @@ -7,7 +7,7 @@ PORTNAME= edge PORTVERSION= 1.35 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/EDGE%20Source%20Code/${PORTVERSION} \ SF/${PORTNAME}/EDGE%20Binaries/${PORTVERSION}:wad @@ -24,7 +24,7 @@ LICENSE_COMB= dual LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis \ GLEW.1:${PORTSDIR}/graphics/glew \ jpeg.11:${PORTSDIR}/graphics/jpeg \ - png.6:${PORTSDIR}/graphics/png + png15:${PORTSDIR}/graphics/png WRKSRC= ${WRKDIR}/Edge-${PORTVERSION}-source |