Revision: 37980 http://trac.macosforge.org/projects/macports/changeset/37980 Author: simon@macports.org Date: 2008-07-01 15:09:05 -0700 (Tue, 01 Jul 2008) Log Message: ----------- science/ghemical: Fix building on Leopard (I hope). Modified Paths: -------------- trunk/dports/science/ghemical/Portfile Modified: trunk/dports/science/ghemical/Portfile =================================================================== --- trunk/dports/science/ghemical/Portfile 2008-07-01 21:35:55 UTC (rev 37979) +++ trunk/dports/science/ghemical/Portfile 2008-07-01 22:09:05 UTC (rev 37980) @@ -37,3 +37,7 @@ configure.args --enable-gamess \ --enable-shortcuts \ --enable-openbabel + +platform darwin 9 { + configure.ldflags-append "-L${prefix}/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries" +}
participants (1)
-
simon@macports.org