Changeset 79218
- Timestamp:
- 06/05/11 15:42:03 (4 years ago)
- Location:
- trunk/dports
- Files:
-
- 4 edited
-
devel/bazaar/Portfile (modified) (1 diff)
-
graphics/Coin/Portfile (modified) (1 diff)
-
java/unicodeconverter-java/Portfile (modified) (1 diff)
-
x11/gecko-sharp/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/bazaar/Portfile
r75775 r79218 42 42 configure.cmd ../src/configure 43 43 configure.args --with-cc=${configure.cc} 44 if {${os.platform} == "darwin"}{44 platform darwin { 45 45 configure.args-append --with-gnu-tar=gnutar 46 46 } -
trunk/dports/graphics/Coin/Portfile
r71067 r79218 37 37 platform darwin { 38 38 configure.args-append --disable-framework --enable-darwin-x11 39 }40 39 41 if {${os.platform} == "darwin"} {42 40 variant aqua description {Install as a MacOS X framework without X11.} { 43 41 configure.args-delete --disable-framework --enable-darwin-x11 -
trunk/dports/java/unicodeconverter-java/Portfile
r66285 r79218 45 45 xinstall -m 644 -W ${worksrcpath} readme.html versionchanges.html \ 46 46 ${destroot}${prefix}/share/doc/${name} 47 } 48 49 platform darwin { 47 50 # Build a nice .app 48 if {${os.platform} == "darwin"}{51 post-destroot { 49 52 set ucAppPath ${destroot}/Applications/MacPorts/UnicodeConverter.app 50 53 # Build paths -
trunk/dports/x11/gecko-sharp/Portfile
r73202 r79218 22 22 lib:mono:gtk-sharp 23 23 24 if {${os.platform} == "darwin"}{24 platform darwin { 25 25 variant macosx_framework description {Build as a framework} { 26 26 prefix /Library/Frameworks/Mono.framework/Versions/${version}
Note: See TracChangeset
for help on using the changeset viewer.

