git: 41d7fcdfe75c - main - databases/postgis34: Fix LOADERGUI option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Nov 2023 02:19:36 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=41d7fcdfe75c5f7dfd05215ae9bfe4d665061c02 commit 41d7fcdfe75c5f7dfd05215ae9bfe4d665061c02 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-11-01 01:54:14 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-11-01 02:09:05 +0000 databases/postgis34: Fix LOADERGUI option - Bump PORTREVISION for dependency change There's no USE_GNOME=desktop-file-utils but USES=desktop-file-utils. --- databases/postgis34/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/databases/postgis34/Makefile b/databases/postgis34/Makefile index 1a134c233052..f32ad4a3c16b 100644 --- a/databases/postgis34/Makefile +++ b/databases/postgis34/Makefile @@ -1,6 +1,6 @@ PORTNAME= postgis DISTVERSION= 3.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases geography MASTER_SITES= https://download.osgeo.org/postgis/source/ PKGNAMESUFFIX= 34 @@ -49,7 +49,8 @@ JSON_CONFIGURE_WITH= json JSON_LIB_DEPENDS= libjson-c.so:devel/json-c LOADERGUI_CONFIGURE_WITH= gui LOADERGUI_LIB_DEPENDS= libprotobuf-c.so:devel/protobuf-c -LOADERGUI_USE= GNOME=desktop-file-utils gtk20 +LOADERGUI_USE= GNOME=gtk20 +LOADERGUI_USES= desktop-file-utils NLS_CONFIGURE_WITH= nls NLS_USES= gettext PROTOBUF_CONFIGURE_WITH= protobuf