Ticket #37343: 37343.patch
File 37343.patch, 563 bytes (added by wyuenho (Jimmy Yuen Ho Wong), 9 years ago) |
---|
-
Portfile
36 36 path:lib/libssl.dylib:openssl \ 37 37 port:pcre \ 38 38 port:zlib \ 39 port:apr \ 40 port:subversion 39 port:apr 41 40 42 41 use_bzip2 yes 43 42 … … 70 69 configure.python ${prefix}/bin/python2.7 71 70 depends_lib-append port:py27-pygtk 72 71 } 72 73 variant subversion description {build with subversion support} { 74 configure.args-append --with-subversion=${prefix} 75 depends_lib-append port:subversion 76 }