Changeset 36600
- Timestamp:
- 2008-05-07 06:08:40 (7 months ago)
- Files:
-
- 1 modified
-
trunk/dports/graphics/tiff/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/graphics/tiff/Portfile
r33441 r36600 53 53 platform macosx { 54 54 configure.args-append --with-apple-opengl-framework 55 post-configure { reinplace "s,-L/usr/X11/lib,," ${worksrcpath}/tools/Makefile } 55 } 56 57 platform darwin 9 { 58 configure.ldflags-append -dylib_file \ 59 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:\ 60 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 56 61 } 57 62 … … 59 64 livecheck.url http://www.remotesensing.org/libtiff/ 60 65 livecheck.regex v(\\d+(?:\\.\\d+)*) 61

