Skip to content

Commit

Permalink
x11/coreterminal: Add USES=desktop-file-utils
Browse files Browse the repository at this point in the history
Incidentally trigger package rebuild needed for qtermwidget API change
Undefined symbol:
"_ZN11QTermWidget20setScrollBarPositionENS_17ScrollBarPositionE"
  • Loading branch information
Jason W. Bacon authored and Jason W. Bacon committed Dec 28, 2022
1 parent 2f263e9 commit 94be072
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x11/coreterminal/Makefile
@@ -1,6 +1,6 @@
PORTNAME= coreterminal
DISTVERSION= 4.3.0
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= x11

MAINTAINER= jwb@FreeBSD.org
Expand All @@ -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

Expand Down

0 comments on commit 94be072

Please sign in to comment.