Changeset 32449
- Timestamp:
- 01/02/2008 07:46:36 (4 years ago)
- Files:
-
- 1 modified
-
trunk/dports/graphics/qwt/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/graphics/qwt/Portfile
r32448 r32449 6 6 name qwt 7 7 version 5.0.2 8 revision 1 8 9 categories graphics science 9 10 maintainers openmaintainer jochen … … 36 37 destroot.env QTDIR="${prefix}" 37 38 39 post-destroot { 40 # fix install-name of dynamic library 41 system "install_name_tool -id ${prefix}/lib/libqwt.5.0.2.dylib ${destroot}${prefix}/lib/libqwt.5.0.2.dylib" 42 } 43 44 38 45 variant qt3 conflicts qt4 description "Use qt3-mac" { 39 46 depends_lib-append port:qt3-mac

