Ticket #13624: Portfile.diff.svn
File Portfile.diff.svn, 502 bytes (added by rowue (Rolf Würdemann), 17 years ago) |
---|
Line | |
---|---|
1 | Index: Portfile |
2 | =================================================================== |
3 | --- Portfile (revision 32604) |
4 | +++ Portfile (working copy) |
5 | @@ -6,6 +6,7 @@ |
6 | categories devel |
7 | maintainers jd@lifehertz.com |
8 | description OpenGL Extension to GTK |
9 | +platforms darwin |
10 | long_description \ |
11 | ${description} |
12 | |
13 | @@ -17,3 +18,6 @@ |
14 | depends_lib port:gtk2 \ |
15 | lib:libGL.1:XFree86 |
16 | |
17 | +platform darwin 9 { |
18 | + configure.args --with-gl-libdir=/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries |
19 | +} |