Ticket #45742: Portfile-qt5-creator-mac-nobotan.2.diff

File Portfile-qt5-creator-mac-nobotan.2.diff, 454 bytes (added by l.digaspero@…, 9 years ago)

Adding the no_botan variant that compile without botan.

  • devel/qt5-creator-mac/Portfile

    old new  
    4848    }
    4949}
    5050
    51 variant no_botan description {Do not install system botan} {
    52     depends_lib-delete      port:botan
    53     configure.args-delete   "USE_SYSTEM_BOTAN=1"
    54 }
    55 
    5651use_parallel_build  no
    5752
    5853subport ${name}-docs {