diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2010-04-10 06:40:21 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2010-04-10 06:40:21 +0000 |
commit | 88a070971992c49507b9fe5927b53213ff0a30fc (patch) | |
tree | 265023abd28886f5371c0a74c13ba6aeaa247536 /graphics/ocaml-images | |
parent | b3f54818223370e9605f8490320e3d957f1af624 (diff) | |
download | ports-88a070971992c49507b9fe5927b53213ff0a30fc.tar.gz ports-88a070971992c49507b9fe5927b53213ff0a30fc.zip |
Notes
Diffstat (limited to 'graphics/ocaml-images')
-rw-r--r-- | graphics/ocaml-images/Makefile | 2 |
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 |