Modified: trunk/dports/gis/cgal/Portfile (99270 => 99271)
--- trunk/dports/gis/cgal/Portfile 2012-10-30 20:44:12 UTC (rev 99270)
+++ trunk/dports/gis/cgal/Portfile 2012-10-30 20:45:20 UTC (rev 99271)
@@ -85,6 +85,10 @@
build.target-append examples demos
use_parallel_build no
+ pre-fetch {
+ return -code error "Demo option is disabled until Boost 1.52 is released."
+ }
+
post-destroot { xinstall -d ${destroot}${prefix}/share/${name}
copy ${worksrcpath}/demo ${destroot}${prefix}/share/${name}
copy ${worksrcpath}/examples ${destroot}${prefix}/share/${name}