Ticket #48159: Portfile-gecode.diff
File Portfile-gecode.diff, 1.0 KB (added by l.digaspero@…, 9 years ago) |
---|
-
Portfile
old new 1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 2 # $Id: Portfile 13 4599 2015-03-31 16:58:48Z mf2k@macports.org $2 # $Id: Portfile 133528 2015-03-04 16:40:02Z mf2k@macports.org $ 3 3 4 4 PortSystem 1.0 5 5 … … 37 37 variant qt4 conflicts qt5 description {Add QT 4 support} { 38 38 depends_lib-append port:qt4-mac 39 39 configure.args-replace --disable-qt --enable-qt 40 configure.env PATH=$env(PATH):${prefix}/libexec/qt4-mac/bin 41 build.env PATH=$env(PATH):${prefix}/libexec/qt4-mac/bin 40 42 } 41 43 42 44 variant qt5 conflicts qt4 description {Add QT 5 support} { 43 45 depends_lib-append port:qt5-mac 44 46 configure.args-replace --disable-qt --enable-qt 47 configure.env PATH=$env(PATH):${prefix}/libexec/qt5-mac/bin 48 build.env PATH=$env(PATH):${prefix}/libexec/qt5-mac/bin 45 49 } 46 50 47 51 livecheck.type regex