diff options
Diffstat (limited to 'graphics/grx/Makefile')
-rw-r--r-- | graphics/grx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/grx/Makefile b/graphics/grx/Makefile index e0eceb7e7a1f..2ee4580f1280 100644 --- a/graphics/grx/Makefile +++ b/graphics/grx/Makefile @@ -7,6 +7,7 @@ PORTNAME= grx PORTVERSION= 2.4.8 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://grx.gnu.de/download/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} @@ -59,7 +60,7 @@ CONFIGURE_ARGS+=--disable-jpeg .endif .if defined(WITH_PNG) -LIB_DEPENDS+= png.6:${PORTSDIR}/graphics/png +LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png CONFIGURE_ARGS+=--enable-png .else CONFIGURE_ARGS+=--disable-png |