Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Nov 2023 02:19:35 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 78fa0e3ca9a2 - main - databases/postgis33: Fix LOADERGUI option
Message-ID:  <202311010219.3A12JZbu075888@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311010219.3A12JZbu075888>