Ticket #26440: patch-Portfile.diff
File patch-Portfile.diff, 597 bytes (added by tonym@…, 14 years ago) |
---|
-
Portfile
old new 33 33 34 34 test.run yes 35 35 36 patchfiles patch-wscript.diff 37 36 38 # TODO: Fix the doc installation 37 39 #variant doc description {Build and install manpages} { 38 40 # use_configure no … … 42 44 # depends_lib-append port:asciidoc \ 43 45 # port:libxslt 44 46 #} 47 48 variant no_ssl description {build without ssl} { 49 configure.args-append --without-ssl 50 depends_lib-delete port:gnutls \ 51 port:openssl 52 }