mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Missing run-depends in net-im/quaternion
- Without the QQC packages, Quaternion runs but doesn't show anything in the central chat area. You won't notice that in a KDE Plasma environment, where those packages are installed as dependencies of other things, but in a bare xmonad environment, it matters. Reported by: nassai (on Matrix)
This commit is contained in:
parent
9b63e8423c
commit
31feee331d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=504344
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
PORTNAME= Quaternion
|
||||
DISTVERSION= 0.0.9.4
|
||||
DISTVERSIONSUFFIX= c
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= net-im
|
||||
|
||||
MAINTAINER= adridg@FreeBSD.org
|
||||
|
@ -20,6 +20,7 @@ USES= cmake compiler:c++17-lang gettext-runtime gnome \
|
|||
localbase:ldflags qt:5 tar:xz
|
||||
USE_GNOME= glib20
|
||||
USE_QT= core dbus declarative gui multimedia network widgets \
|
||||
quickcontrols_run quickcontrols2_run \
|
||||
buildtools_build linguist_build qmake_build
|
||||
|
||||
USE_GITHUB= yes
|
||||
|
|
Loading…
Add table
Reference in a new issue