#36700: qgis @1.8.0_0 +grass sets GRASS_PREFIX to wrong directory with GRASS 6.4.2 ---------------------+-------------------------------- Reporter: hanfl@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: qgis ---------------------+-------------------------------- {{{ variant grass description "Build the grass (6.4) plugin" { depends_lib-append port:grass configure.args-append "-DGRASS_PREFIX=${prefix}/share/grass-6.4.0" } }}} should be {{{ variant grass description "Build the grass (6.4) plugin" { depends_lib-append port:grass configure.args-append "-DGRASS_PREFIX=${prefix}/share/grass-6.4.2" } }}} with the current GRASS port. -- Ticket URL: <https://trac.macports.org/ticket/36700> MacPorts <http://www.macports.org/> Ports system for Mac OS