Ticket #48159: Portfile-gecode.diff

File Portfile-gecode.diff, 1.0 KB (added by l.digaspero@…, 9 years ago)
  • Portfile

    old new  
    11# -*- 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 134599 2015-03-31 16:58:48Z mf2k@macports.org $
     2# $Id: Portfile 133528 2015-03-04 16:40:02Z mf2k@macports.org $
    33
    44PortSystem          1.0
    55
     
    3737variant qt4 conflicts qt5 description {Add QT 4 support} {
    3838    depends_lib-append      port:qt4-mac
    3939    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
    4042}
    4143
    4244variant qt5 conflicts qt4 description {Add QT 5 support} {
    4345    depends_lib-append      port:qt5-mac
    4446    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
    4549}
    4650
    4751livecheck.type      regex