aboutsummaryrefslogtreecommitdiff
path: root/databases/postgis34
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-11-01 01:54:14 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-11-01 02:09:05 +0000
commit41d7fcdfe75c5f7dfd05215ae9bfe4d665061c02 (patch)
tree4b8f9bd6994845a7b5cc6a10b66f9955552ef8cf /databases/postgis34
parent78fa0e3ca9a2964caffc21ae2d19983ee6ee10eb (diff)
downloadports-41d7fcdfe75c5f7dfd05215ae9bfe4d665061c02.tar.gz
ports-41d7fcdfe75c5f7dfd05215ae9bfe4d665061c02.zip
databases/postgis34: Fix LOADERGUI option
- Bump PORTREVISION for dependency change There's no USE_GNOME=desktop-file-utils but USES=desktop-file-utils.
Diffstat (limited to 'databases/postgis34')
-rw-r--r--databases/postgis34/Makefile5
1 files 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