Changeset 80157
- Timestamp:
- 07/05/11 09:49:12 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/editors/scite/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/editors/scite/Portfile
r80156 r80157 42 42 43 43 pre-build { 44 foreach {badport badfile} "tidy ${prefix}/include/platform.h" { 45 if {[file exists ${badfile}]} { 46 ui_error "${name} cannot be built while ${badport} is active." 47 ui_error "Please deactivate ${badport} and try again." 48 ui_error "You can reactivate ${badport} again later." 49 return -code error "${badport} is installed" 50 } 51 } 52 44 53 if {[variant_isset universal]} { 45 54 set lipo_args {}
Note: See TracChangeset
for help on using the changeset viewer.

