Revision
71066
Author
css@macports.org
Date
2010-08-31 05:33:46 -0700 (Tue, 31 Aug 2010)

Log Message

For the aqua variant, install Coin's framework into the mtree `${frameworks_dir}`. refs #24199

Modified Paths

Diff

Modified: trunk/dports/graphics/Coin/Portfile (71065 => 71066)


--- trunk/dports/graphics/Coin/Portfile	2010-08-31 12:19:40 UTC (rev 71065)
+++ trunk/dports/graphics/Coin/Portfile	2010-08-31 12:33:46 UTC (rev 71066)
@@ -4,6 +4,7 @@
 
 name			Coin
 version			3.1.3
+revision		1
 description		cross platform C++ OpenGL scene graph library
 long_description	Coin is a high-level 3D graphics library with a   \
 	C++ Application Programming Interface. Coin uses scene-graph data \
@@ -40,7 +41,7 @@
 if {${os.platform} == "darwin"} {
 variant aqua {
 	configure.args-delete	--disable-framework --enable-darwin-x11
-	configure.args-append	--with-framework=${destroot}/Library/Frameworks  --without-x
+	configure.args-append	--with-framework-prefix=${destroot}${frameworks_dir} --without-x
 	depends_lib-delete	port:xorg-libsm \
 				port:xorg-libXext \
 				port:xorg-libXt