Index: Portfile
===================================================================
--- Portfile	(revision 30812)
+++ Portfile	(working copy)
@@ -1,7 +1,7 @@
 # $Id$
 PortSystem 1.0
 name		vips
-version		7.10.8
+version		7.12.5
 description	VIPS is an image processing library.
 long_description	VIPS is an image processing library. It's good for \
 			large images and for colour.
@@ -9,13 +9,28 @@
 categories	graphics
 platforms	darwin 
 homepage	http://www.vips.ecs.soton.ac.uk/
-master_sites	${homepage}/vips-7.10/
-checksums	sha1 ee84691cb5fe0e1057756da397a13822e71e2f9a
-depends_lib	lib:libglib.2:glib2 bin:perl:perl5.8 lib:libtiff:tiff \
-		lib:libjpeg:jpeg lib:libpng:libpng lib:libfftw3:fftw-3
+master_sites	${homepage}/vips-7.12/
+checksums	md5 94bee1c2770cd7da63faa3c75f8c381f \
+		sha1 be7d81e453e847dbd8df2e4d7f3ea28caa70b008
+
+depends_lib	bin:perl:perl5.8 \
+		lib:libfftw3:fftw-3 \
+		lib:libglib.2:glib2 \
+		lib:libjpeg:jpeg \
+		lib:libpng:libpng \
+		lib:libtiff:tiff \
+		port:ImageMagick \
+		port:OpenEXR \
+		port:lcms \
+		port:libexif \
+		port:liboil \
+		port:libxml2 \
+		port:p5-xml-parser \
+
 configure.args	--mandir=${prefix}/share/man 
 configure.cppflags-append "-L${prefix}/lib"
-configure.cflags-append "-no-cpp-precomp -flat_namespace -undefined suppress" 
+configure.cflags-append "-no-cpp-precomp -flat_namespace -undefined suppress"
+ 
 post-destroot	{
 	# we have to remove these because of clashes on non-case-sensitive FSes.
 	file delete -force ${destroot}${prefix}/share/doc/vips/html/man/IM_RINT.3.html

