Ticket #49691: Portfile.diff
File Portfile.diff, 700 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 9 years ago) |
---|
-
Portfile
old new 5 5 6 6 name faustlive-devel 7 7 version 2.37-20150617 8 revision 1 8 9 git.branch f5790abf39a40cc31af40bae6f1ca2815d486165 9 10 categories audio 10 11 platforms darwin … … 78 79 } 79 80 80 81 variant qt5 conflicts qt4 description {Build with Qt5 support} { 81 depends_lib-append port:qt5 -mac82 build.args-append qm=${prefix}/libexec/qt5 -mac/bin/qmake82 depends_lib-append port:qt5 83 build.args-append qm=${prefix}/libexec/qt5/bin/qmake 83 84 } 84 85 85 86 if {![variant_isset qt4] && ![variant_isset qt5]} {