Changeset 79112
- Timestamp:
- 06/02/11 04:22:16 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/x11/qt3/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/x11/qt3/Portfile
r79111 r79112 121 121 -plugin-sql-sqlite -no-sql-ibase -no-sql-mysql -no-sql-odbc -no-sql-psql 122 122 123 pre-configure { 123 use_configure no 124 125 #workaround for upgrade problem. 126 pre-build { 127 if {[file exists ${prefix}/lib/libqassistantclient.a]} { 128 system "ranlib ${prefix}/lib/libqassistantclient.a" 129 } 124 130 foreach {badport badfile} "qt3-mac ${prefix}/include/qt3/qt_mac.h" { 125 131 if {[file exists ${badfile}]} { … … 128 134 return -code error "${badport} is installed" 129 135 } 130 }131 }132 133 use_configure no134 135 #workaround for upgrade problem.136 pre-build {137 if {[file exists ${prefix}/lib/libqassistantclient.a]} {138 system "ranlib ${prefix}/lib/libqassistantclient.a"139 136 } 140 137 }
Note: See TracChangeset
for help on using the changeset viewer.

