Ticket #23714: Portfile-redland-bindings.diff
File Portfile-redland-bindings.diff, 1.2 KB (added by CaptSolo, 15 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name redland-bindings 6 version 1.0. 8.17 revision 26 version 1.0.10.1 7 revision 1 8 8 description Redland RDF Language Bindings 9 9 long_description Redland is a set of free software libraries that provide \ 10 10 support for the Resource Description Framework (RDF). \ … … 16 16 homepage http://librdf.org/bindings/ 17 17 master_sites http://download.librdf.org/source/ 18 18 19 checksums md5 52ff9e9f7fb38e3514862d6077e59332\20 sha1 f19325ee9753de1e6a551e618784267c98e33fe319 checksums md5 4b70555996b230c9e6671fc6e416e123 \ 20 sha1 8c0248543881504850e2a705247fa787baa4754b 21 21 22 22 depends_lib port:redland 23 23 … … 44 44 depends_lib-append port:python25 45 45 } 46 46 47 variant 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 47 52 variant ruby { 48 53 configure.args-append --with-ruby 49 54 depends_lib-append port:ruby