Ticket #49691: Portfile.diff

File Portfile.diff, 700 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 8 years ago)
  • Portfile

    old new  
    55
    66name                    faustlive-devel
    77version                 2.37-20150617
     8revision                1
    89git.branch              f5790abf39a40cc31af40bae6f1ca2815d486165
    910categories              audio
    1011platforms               darwin
     
    7879}
    7980
    8081variant qt5 conflicts qt4 description {Build with Qt5 support} {
    81     depends_lib-append  port:qt5-mac
    82     build.args-append   qm=${prefix}/libexec/qt5-mac/bin/qmake
     82    depends_lib-append  port:qt5
     83    build.args-append   qm=${prefix}/libexec/qt5/bin/qmake
    8384}
    8485
    8586if {![variant_isset qt4] && ![variant_isset qt5]} {