Ticket #45742: Portfile-qt5-creator-mac-nobotan.diff
File Portfile-qt5-creator-mac-nobotan.diff, 955 bytes (added by l.digaspero@…, 10 years ago) |
---|
-
devel/qt5-creator-mac/Portfile
old new 26 26 checksums rmd160 5c85bfb5dc02c3639453421dd48355c8b4aa8145 \ 27 27 sha256 a115f1d7b08446dcfeb79537f3d8d251dbc3c9808d0ff377efe5c4fad7dbd8f0 28 28 29 if { ${subport} eq ${name} } { 30 depends_lib-append port:botan 31 configure.args-append "USE_SYSTEM_BOTAN=1" 32 29 if { ${subport} eq ${name} } { 33 30 if { ![variant_isset universal] } { 34 31 destroot { 35 32 # make install attempts to install command line tools into /bin, etc. … … 48 45 } 49 46 } 50 47 48 variant botan description {Use (and install) system botan} { 49 depends_lib-append port:botan 50 configure.args-append "USE_SYSTEM_BOTAN=1" 51 } 52 51 53 use_parallel_build no 52 54 53 55 subport ${name}-docs {