science/ghemical: Fix building on Leopard (I hope).
--- 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"
+}