- Fix build with GRASS option with updating DGRASS_PREFIX
This commit is contained in:
parent
37d37bbba8
commit
b340004859
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421825
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ DEBUG_CMAKE_OFF= -DCMAKE_BUILD_TYPE=Release
|
|||
|
||||
GRASS_BUILD_DEPENDS= grass64:databases/grass
|
||||
GRASS_RUN_DEPENDS= grass64:databases/grass
|
||||
GRASS_CMAKE_ON= -DWITH_GRASS:BOOL=TRUE -DGRASS_PREFIX=${LOCALBASE}/grass-6.4.5
|
||||
GRASS_CMAKE_ON= -DWITH_GRASS:BOOL=TRUE -DGRASS_PREFIX=${LOCALBASE}/grass-6.4.6
|
||||
GRASS_CMAKE_OFF= -DWITH_GRASS:BOOL=FALSE
|
||||
GRASS_FORCE_MAKE_JOBS= NO
|
||||
|
||||
|
|
Loading…
Reference in a new issue