diff options
Diffstat (limited to 'graphics/ida/Makefile')
-rw-r--r-- | graphics/ida/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/ida/Makefile b/graphics/ida/Makefile index 9f7629238fcb..3ad546c9b8ee 100644 --- a/graphics/ida/Makefile +++ b/graphics/ida/Makefile @@ -7,6 +7,7 @@ PORTNAME= ida PORTVERSION= 2.09 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.kraxel.org/releases/fbida/ DISTNAME= fbida-${PORTVERSION} @@ -58,7 +59,7 @@ MAKE_ARGS+= HAVE_LIBPCD=no .if defined(WITHOUT_PNG) MAKE_ARGS+= HAVE_LIBPNG=no .else -LIB_DEPENDS+= png.6:${PORTSDIR}/graphics/png +LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png .endif .if defined(WITH_SANE) |