Revision
99271
Author
vince@macports.org
Date
2012-10-30 13:45:20 -0700 (Tue, 30 Oct 2012)

Log Message

Disable the demos option until Boost 1.52 release.

Modified Paths

Diff

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}