aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/ocaml-images/Makefile
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2010-04-10 14:40:21 +0800
committerstas <stas@FreeBSD.org>2010-04-10 14:40:21 +0800
commit449264c1f1c6379cda6a7c6e894bc3c4f2159f38 (patch)
tree533ac7c7eee094eff71429ccc0e948ddce882671 /graphics/ocaml-images/Makefile
parentc22beb0c59483d153042a71cd41a7d30c8fe0c86 (diff)
downloadfreebsd-ports-gnome-449264c1f1c6379cda6a7c6e894bc3c4f2159f38.tar.gz
freebsd-ports-gnome-449264c1f1c6379cda6a7c6e894bc3c4f2159f38.tar.zst
freebsd-ports-gnome-449264c1f1c6379cda6a7c6e894bc3c4f2159f38.zip
- Use proper libpng library version.
Spotted by: QAT
Diffstat (limited to 'graphics/ocaml-images/Makefile')
-rw-r--r--graphics/ocaml-images/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ocaml-images/Makefile b/graphics/ocaml-images/Makefile
index d96a2a36a78c..658b4efd9c68 100644
--- a/graphics/ocaml-images/Makefile
+++ b/graphics/ocaml-images/Makefile
@@ -46,7 +46,7 @@ OPTIONS= PNG "Enable PNG support" on \
.include <bsd.port.options.mk>
.if !defined(WITHOUT_PNG)
-LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png
+LIB_DEPENDS+= png.6:${PORTSDIR}/graphics/png
CONFIGURE_ARGS+= --with-png
.else
CONFIGURE_ARGS+= --without-png