git: 78fa0e3ca9a2 - main - databases/postgis33: Fix LOADERGUI option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Nov 2023 02:19:35 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=78fa0e3ca9a2964caffc21ae2d19983ee6ee10eb commit 78fa0e3ca9a2964caffc21ae2d19983ee6ee10eb Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-11-01 01:54:13 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-11-01 02:09:05 +0000 databases/postgis33: Fix LOADERGUI option - Bump PORTREVISION for dependency change There's no USE_GNOME=desktop-file-utils but USES=desktop-file-utils. --- databases/postgis33/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/databases/postgis33/Makefile b/databases/postgis33/Makefile index c98ec95f627e..262c6a2618c7 100644 --- a/databases/postgis33/Makefile +++ b/databases/postgis33/Makefile @@ -1,6 +1,6 @@ PORTNAME= postgis DISTVERSION= 3.3.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases geography MASTER_SITES= https://download.osgeo.org/postgis/source/ PKGNAMESUFFIX= 33 @@ -50,7 +50,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=gtk20 desktop-file-utils +LOADERGUI_USE= GNOME=gtk20 +LOADERGUI_USES= desktop-file-utils NLS_CONFIGURE_WITH= nls NLS_USES= gettext PROTOBUF_CONFIGURE_WITH= protobuf