Ticket #15921: patch-Portfile.diff
File patch-Portfile.diff, 1.5 KB (added by CaptSolo, 16 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name redland-bindings 6 version 1.0.6.1 6 version 1.0.8.1 7 revision 1 7 8 description Redland RDF Language Bindings 8 9 long_description Redland is a set of free software libraries that provide \ 9 10 support for the Resource Description Framework (RDF). \ … … 15 16 homepage http://librdf.org/bindings/ 16 17 master_sites http://download.librdf.org/source/ 17 18 18 checksums md5 eb527252d46d5e2d16d4f4d2abf6980d\19 sha1 70df1706a8c96ee79103bdd0425acdd3b45d3e1d20 19 checksums md5 52ff9e9f7fb38e3514862d6077e59332 \ 20 sha1 f19325ee9753de1e6a551e618784267c98e33fe3 21 21 22 depends_lib port:redland 22 23 23 24 configure.args --mandir=${prefix}/share/man … … 32 33 depends_lib-append port:php5 33 34 } 34 35 35 variant python { 36 configure.args-append --with-python 37 depends_lib-append port:python23 36 variant python24 { 37 configure.args-append --with-python --with-python-ldflags="-Wl,-F. -Wl,-F. -bundle ${prefix}/Library/Frameworks/Python.framework/Versions/2.4/Python" 38 depends_lib-append port:python24 39 } 40 41 variant python25 { 42 configure.args-append --with-python --with-python-ldflags="-Wl,-F. -Wl,-F. -bundle ${prefix}/Library/Frameworks/Python.framework/Versions/2.5/Python" 43 depends_lib-append port:python25 38 44 } 39 45 40 46 variant ruby {