summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorJason W. Bacon <jwb@FreeBSD.org>2022-12-28 15:23:47 -0600
committerJason W. Bacon <jwb@FreeBSD.org>2022-12-28 15:23:47 -0600
commit94be0721896c26c9493c2c60a26efc09303dab8b (patch)
treefd30b74606afc9eb54dc2175e82ee14e573e0fea /x11
parentmath/petiga: Update g20210307 -> g20221208 (diff)
x11/coreterminal: Add USES=desktop-file-utils
Incidentally trigger package rebuild needed for qtermwidget API change Undefined symbol: "_ZN11QTermWidget20setScrollBarPositionENS_17ScrollBarPositionE"
Diffstat (limited to 'x11')
-rw-r--r--x11/coreterminal/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/coreterminal/Makefile b/x11/coreterminal/Makefile
index b6eaf76ca1cc..86d02cf3541c 100644
--- a/x11/coreterminal/Makefile
+++ b/x11/coreterminal/Makefile
@@ -1,6 +1,6 @@
PORTNAME= coreterminal
DISTVERSION= 4.3.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11
MAINTAINER= jwb@FreeBSD.org
@@ -14,7 +14,7 @@ LIB_DEPENDS= libqtermwidget5.so:x11-toolkits/qtermwidget \
libcprime-core.so:deskutils/libcprime
RUN_DEPENDS= coregarage:deskutils/coregarage
-USES= cmake localbase:ldflags qt:5
+USES= cmake desktop-file-utils localbase:ldflags qt:5
USE_QT= buildtools:build core gui qmake:build serialport widgets
USE_GITLAB= yes