Changeset 79111
- Timestamp:
- 06/02/11 04:20:34 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/x11/qt3/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/x11/qt3/Portfile
r75234 r79111 121 121 -plugin-sql-sqlite -no-sql-ibase -no-sql-mysql -no-sql-odbc -no-sql-psql 122 122 123 pre-configure { 124 foreach {badport badfile} "qt3-mac ${prefix}/include/qt3/qt_mac.h" { 125 if {[file exists ${badfile}]} { 126 ui_error "${name} cannot be built while ${badport} is active." 127 ui_error "Please deactivate ${badport} and try again." 128 return -code error "${badport} is installed" 129 } 130 } 131 } 132 123 133 use_configure no 124 134
Note: See TracChangeset
for help on using the changeset viewer.

