Changeset 81099
- Timestamp:
- 07/25/11 09:32:55 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/www/redland/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/www/redland/Portfile
r80890 r81099 8 8 long_description Redland is a set of free software libraries that provide \ 9 9 support for the Resource Description Framework (RDF). 10 maintainers nomaintainer10 maintainers pixilla openmaintainer 11 11 categories www 12 12 platforms darwin … … 42 42 --with-unixodbc=no \ 43 43 --with-virtuoso=no 44 45 pre-configure {46 foreach {badport badfile} "raptor ${prefix}/include/raptor.h" {47 if {[file exists ${badfile}]} {48 ui_error "${name} cannot be built while ${badport} is active."49 ui_error "Please deactivate ${badport} and try again."50 ui_error "You can reactivate ${badport} again later."51 return -code error "${badport} is installed"52 }53 }54 }55 44 56 45 post-configure {
Note: See TracChangeset
for help on using the changeset viewer.

