Modified: trunk/dports/graphics/sane-backends/Portfile (79846 => 79847)
--- trunk/dports/graphics/sane-backends/Portfile 2011-06-28 00:04:39 UTC (rev 79846)
+++ trunk/dports/graphics/sane-backends/Portfile 2011-06-28 00:22:34 UTC (rev 79847)
@@ -67,6 +67,9 @@
configure.args-append --with-gphoto2
}
+# This project uses u_long *everywhere* and doesn't bother including sys/types.h
+configure.cppflags-append -include sys/types.h
+
livecheck.type regex
livecheck.url ftp://ftp.sane-project.org/pub/sane/
livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)"