diff options
Diffstat (limited to 'astro/xplanet/Makefile')
-rw-r--r-- | astro/xplanet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/xplanet/Makefile b/astro/xplanet/Makefile index d40693219c56..793762cd6208 100644 --- a/astro/xplanet/Makefile +++ b/astro/xplanet/Makefile @@ -7,7 +7,7 @@ PORTNAME= xplanet PORTVERSION= 1.2.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= astro geography MASTER_SITES= SF @@ -63,7 +63,7 @@ CONFIGURE_ARGS+= --without-jpeg .if !defined(WITHOUT_PNG) CONFIGURE_ARGS+= --with-png -LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png +LIB_DEPENDS+= png.6:${PORTSDIR}/graphics/png .else CONFIGURE_ARGS+= --without-png .endif |