Modified: trunk/dports/devel/libftdi/Portfile (129095 => 129096)
--- trunk/dports/devel/libftdi/Portfile 2014-12-05 17:40:23 UTC (rev 129095)
+++ trunk/dports/devel/libftdi/Portfile 2014-12-05 17:47:38 UTC (rev 129096)
@@ -29,9 +29,17 @@
livecheck.type regex
subport libftdi0 {
+ revision 1
+
distname libftdi-${version}
+
checksums rmd160 7406f831a6d7b3ccf8e246504f7275a5208f94e9 \
sha256 3176d5b5986438f33f5208e690a8bfe90941be501cc0a72118ce3d338d4b838e
+
+ configure.args-append --with-boost=no \
+ --without-examples \
+ --without-docs
+
livecheck.regex ${name}-(0(\\.\\d+)+)
}