Ticket #37343: patch2.patch
File patch2.patch, 963 bytes (added by irony42@…, 9 years ago) |
---|
-
opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/net/nmap/Portfile
35 35 path:lib/libssl.dylib:openssl \ 36 36 port:pcre \ 37 37 port:zlib \ 38 port:apr \ 39 port:subversion 38 port:apr 40 39 41 40 use_bzip2 yes 42 41 43 configure.args --without-zenmap --without-ndiff \42 configure.args --without-zenmap --without-ndiff --without-subversion \ 44 43 --mandir=\\\${prefix}/share/man \ 45 44 --infodir=\\\${prefix}/share/info \ 46 45 --with-openssl=${prefix} \ … … 69 68 configure.python ${prefix}/bin/python2.7 70 69 depends_lib-append port:py27-pygtk 71 70 } 71 72 variant subversion description {build with subversion support} { 73 configure.args-delete --without-subversion 74 configure.args-append --with-subversion=${prefix} 75 depends_lib-append port:subversion 76 }