aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2022-07-01 14:23:23 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2022-07-01 14:25:29 +0000
commit3113516ceea9282e4d47d6676a7e5da284cc3b5f (patch)
tree74ead0001bf3bd88e9e6816c40f43548e754c326
parent3f32a60774ea41d2a6c84a9dbdd353071f3d5351 (diff)
downloadports-3113516ceea9282e4d47d6676a7e5da284cc3b5f.tar.gz
ports-3113516ceea9282e4d47d6676a7e5da284cc3b5f.zip
deskutils/gnome-utils: only referrence actual gnome applications
-rw-r--r--deskutils/gnome-utils/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/deskutils/gnome-utils/Makefile b/deskutils/gnome-utils/Makefile
index 5e90a1f45451..610230958efa 100644
--- a/deskutils/gnome-utils/Makefile
+++ b/deskutils/gnome-utils/Makefile
@@ -1,13 +1,12 @@
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
PORTNAME= gnome-utils
-PORTVERSION= 3.26
-PORTREVISION= 1
+PORTVERSION= 42
PORTEPOCH= 1
CATEGORIES= deskutils gnome
MAINTAINER= gnome@FreeBSD.org
-COMMENT= GNOME 3 support utilities
+COMMENT= GNOME support utilities
USES= metaport
@@ -15,9 +14,7 @@ RUN_DEPENDS= baobab>=3.0:deskutils/baobab \
gnome-screenshot>=3.0:deskutils/gnome-screenshot \
gnote>=3.0:deskutils/gnote \
gnome-contacts>=3.0:deskutils/gnome-contacts \
- gnome-search-tool>=3.0:deskutils/gnome-search-tool \
gnome-dictionary>=3.0:deskutils/gnome-dictionary \
- gnome-system-log>=3.0:deskutils/gnome-system-log \
gnome-font-viewer>=3.0:deskutils/gnome-font-viewer \
gnome-system-monitor>=3.0:sysutils/gnome-system-monitor \
gnome-calendar>=3.0:deskutils/gnome-calendar \
@@ -28,9 +25,4 @@ RUN_DEPENDS= baobab>=3.0:deskutils/baobab \
# Temporarily disabled due to build errors, see PR 257667
#gnome-todo>=3.0:deskutils/gnome-todo
-OPTIONS_DEFINE= DOCS
-DOCS_DESC= Build Gnome Documents (pulls in tracker)
-
-DOCS_RUN_DEPENDS+= gnome-documents>=0:deskutils/gnome-documents
-
.include <bsd.port.mk>