summaryrefslogtreecommitdiff
path: root/graphics/ocaml-images/Makefile
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2010-04-10 06:40:21 +0000
committerStanislav Sedov <stas@FreeBSD.org>2010-04-10 06:40:21 +0000
commit88a070971992c49507b9fe5927b53213ff0a30fc (patch)
tree265023abd28886f5371c0a74c13ba6aeaa247536 /graphics/ocaml-images/Makefile
parent- Update to 0.06001 (diff)
- Use proper libpng library version.
Spotted by: QAT
Notes
Notes: svn path=/head/; revision=252516
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