Changeset 80051
- Timestamp:
- 07/03/11 05:41:07 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/www/redland-bindings/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/www/redland-bindings/Portfile
r63908 r80051 4 4 5 5 name redland-bindings 6 version 1.0.1 0.16 version 1.0.13.1 7 7 description Redland RDF Language Bindings 8 8 long_description Redland is a set of free software libraries that provide \ … … 16 16 master_sites http://download.librdf.org/source/ 17 17 18 checksums md5 4b70555996b230c9e6671fc6e416e123\19 sha1 8c0248543881504850e2a705247fa787baa4754b18 checksums sha1 a3dee2bcd5961917a951544654e147b49bf17434 \ 19 rmd160 e07edd593c6e16d399b384268f99231b3c89026a 20 20 21 21 depends_lib port:redland 22 22 23 configure.args --mandir=${prefix}/share/man 23 pre-configure { 24 if {![variant_isset perl5] && ![variant_isset php5] && ![variant_isset python24] && ![variant_isset python25] && ![variant_isset python26] && ![variant_isset ruby] && ![variant_isset tcl]} { 25 ui_error "You must select at least one variant." 26 return -code error "no variant selected" 27 } 28 29 foreach {badport badfile} "raptor ${prefix}/include/raptor.h" { 30 if {[file exists ${badfile}]} { 31 ui_error "${name} cannot be built while ${badport} is active." 32 ui_error "Please deactivate ${badport} and try again." 33 ui_error "You can reactivate ${badport} again later." 34 return -code error "${badport} is installed" 35 } 36 } 37 } 24 38 25 39 variant perl5 {
Note: See TracChangeset
for help on using the changeset viewer.

