diff options
Diffstat (limited to 'games/paintown/Makefile')
-rw-r--r-- | games/paintown/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/paintown/Makefile b/games/paintown/Makefile index 470a764d6404..bb351fe9d295 100644 --- a/games/paintown/Makefile +++ b/games/paintown/Makefile @@ -7,7 +7,7 @@ PORTNAME= paintown PORTVERSION= 3.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF @@ -18,7 +18,7 @@ LICENSE= BSD LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS+= alleg.42:${PORTSDIR}/devel/allegro \ - png.6:${PORTSDIR}/graphics/png \ + png15:${PORTSDIR}/graphics/png \ freetype:${PORTSDIR}/print/freetype2 USE_SCONS= yes |