Revision
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

Diff

Modified: trunk/dports/science/ghemical/Portfile (37979 => 37980)


--- 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"
+}