Ticket #23714: Portfile-redland-bindings.diff

File Portfile-redland-bindings.diff, 1.2 KB (added by CaptSolo, 14 years ago)
  • Portfile

    old new  
    33PortSystem 1.0
    44
    55name                redland-bindings
    6 version             1.0.8.1
    7 revision            2
     6version             1.0.10.1
     7revision            1
    88description         Redland RDF Language Bindings
    99long_description    Redland is a set of free software libraries that provide \
    1010                    support for the Resource Description Framework (RDF). \
     
    1616homepage            http://librdf.org/bindings/
    1717master_sites        http://download.librdf.org/source/
    1818
    19 checksums           md5 52ff9e9f7fb38e3514862d6077e59332 \
    20                     sha1 f19325ee9753de1e6a551e618784267c98e33fe3
     19checksums           md5 4b70555996b230c9e6671fc6e416e123 \
     20                    sha1 8c0248543881504850e2a705247fa787baa4754b
    2121 
    2222depends_lib         port:redland
    2323
     
    4444        depends_lib-append port:python25
    4545}
    4646
     47variant python26 {
     48        configure.args-append --with-python --with-python-ldflags="-Wl,-F. -Wl,-F. -bundle ${prefix}/Library/Frameworks/Python.framework/Versions/2.6/Python"
     49        depends_lib-append port:python26
     50}
     51
    4752variant ruby {
    4853        configure.args-append --with-ruby
    4954        depends_lib-append port:ruby