--- Portfile
+++ Portfile
@@ -3,7 +3,7 @@
 PortSystem              1.0
 
 name                    ImageMagick
-version                 6.4.4-6
+version                 6.4.4-8
 homepage                http://www.imagemagick.org/
 categories              graphics devel
 maintainers             ryandesign
@@ -37,9 +37,9 @@
 #    ftp://ftp.nluug.nl/pub/${name}/ \
 
 checksums \
-    md5     75d7637d1990e616c17456ca6626a770 \
-    sha1    703b0e5017fcffd4f6dca4f607862e984d8b5d1a \
-    rmd160  e64f485d54118d6c99df392001645da213e2756b
+    md5     b5950b2c325a769847543e42e83a8719 \
+    sha1    0379095c374ced98cf053739823ac841053a1848 \
+    rmd160  84c9c8cec1d7c569b1d27a907179ea83c7523573
 
 depends_lib \
     lib:libX11.6:XFree86 \
@@ -80,6 +80,7 @@
     --without-wmf \
     --without-gvc \
     --without-rsvg \
+    --without-lqr \
     --mandir=${prefix}/share/man
 
 test.run                yes
@@ -212,6 +213,11 @@
         --without-magick-plus-plus
 }
 
+variant lqr description {Liquid Rescale support (experimental)} {
+   configure.args-delete     --without-lqr
+   configure.args-append     --with-lqr
+}
+
 platform darwin 6 {
     depends_lib-append \
         lib:libdl:dlcompat \
