Ticket #46252: use-wxwidgets-portgroup.diff

File use-wxwidgets-portgroup.diff, 718 bytes (added by rprogers@…, 9 years ago)

Patch to use wxWidgets portgroup to find wx-config

  • ports/science/gmtk/Portfile

    diff -r 02e803179610 ports/science/gmtk/Portfile
    a b  
    22# $Id$
    33
    44PortSystem        1.0
     5PortGroup         wxWidgets 1.0
    56
    67name              gmtk
    78version           1.1.1
     
    1819                  sha256 30bfa33a43f2d4827dacf839fc31f593eb8f87c56d8705c51a7e53a0feafee80
    1920depends_lib       port:hdf5 \
    2021                  port:wxWidgets-3.0
    21 configure.env-append PATH=${prefix}/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/3.0/bin:$env(PATH)
    22 build.env-append     PATH=${prefix}/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/3.0/bin:$env(PATH)