diff options
| author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2022-01-27 22:14:35 +0000 |
|---|---|---|
| committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2022-02-25 18:10:24 +0000 |
| commit | 337a99bc8b23f5353faab2009533cae0af699789 (patch) | |
| tree | 48f543f4e69ea164de750ac1958d21e475bb0376 /databases/grass8 | |
| parent | 5ab014cb1b0bd89694a6feea062f3f48250b3b1e (diff) | |
Diffstat (limited to 'databases/grass8')
| -rw-r--r-- | databases/grass8/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/grass8/Makefile b/databases/grass8/Makefile index 9a6fd581f745..e1db1dbd5402 100644 --- a/databases/grass8/Makefile +++ b/databases/grass8/Makefile @@ -1,5 +1,6 @@ PORTNAME= grass DISTVERSION= 8.0.0 +PORTREVISION= 1 CATEGORIES= databases geography MASTER_SITES= https://grass.osgeo.org/%SUBDIR%/ \ http://grass.cict.fr/%SUBDIR%/ \ @@ -46,8 +47,8 @@ nviz_CMD= ${PREFIX}/${GRASS_INST_DIR}/bin/nviz USE_XORG= sm ice x11 xext xi xmu xrender xt USE_GL= gl glu USE_GNOME= cairo -USE_WX= 3.0 -WX_COMPS= wx:build python:run +USE_WX= 3.1 +WX_COMPS= wx python:run GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-includes=${LOCALBASE}/include \ |
