diff options
Diffstat (limited to 'games/naev/Makefile')
-rw-r--r-- | games/naev/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/naev/Makefile b/games/naev/Makefile index 377d56ca9d09..86b0640df01f 100644 --- a/games/naev/Makefile +++ b/games/naev/Makefile @@ -7,7 +7,7 @@ PORTNAME= naev PORTVERSION= 0.4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DIST_SUBDIR= ${PORTNAME} @@ -15,7 +15,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= acm@FreeBSD.org COMMENT= A 2d action/rpg space game -LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ +LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \ freetype:${PORTSDIR}/print/freetype2 RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME}/ndata-${PORTVERSION}:${PORTSDIR}/games/naev-data |