Modified: trunk/dports/science/liboglappth/Portfile (37981 => 37982)
--- trunk/dports/science/liboglappth/Portfile 2008-07-01 22:09:20 UTC (rev 37981)
+++ trunk/dports/science/liboglappth/Portfile 2008-07-01 22:09:21 UTC (rev 37982)
@@ -35,3 +35,7 @@
livecheck.check regex
livecheck.url "${master_sites}?C=M;O=D"
livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+
+platform darwin 9 {
+ configure.ldflags-append "-L${prefix}/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries"
+}