mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
textproc/dikt: Fix dependencies
Also replace PORTVERSION with DISTVERSION.
This commit is contained in:
parent
050592351b
commit
31e4fb02a1
1 changed files with 9 additions and 5 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= dikt
|
||||
PORTVERSION= 3
|
||||
DISTVERSION= 3
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= textproc net kde
|
||||
MASTER_SITES= https://gitlab.com/-/project/46530021/uploads/b7050a0b8397a27501e7c0be4f40066c/
|
||||
|
@ -11,11 +12,14 @@ WWW= https://dikt.tv/
|
|||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= cmake compiler:c++11-lang kde:6 qt:6 tar:txz \
|
||||
desktop-file-utils gettext
|
||||
USE_KDE= auth bookmarks codecs completion config configwidgets \
|
||||
BUILD_DEPENDS= vulkan-headers>0:graphics/vulkan-headers
|
||||
|
||||
USES= cmake compiler:c++11-lang desktop-file-utils gettext-tools gl \
|
||||
kde:6 qt:6 tar:txz
|
||||
USE_GL= opengl
|
||||
USE_KDE= bookmarks codecs colorscheme completion config configwidgets \
|
||||
coreaddons dbusaddons guiaddons i18n iconthemes itemviews \
|
||||
jobwidgets kio service solid widgetsaddons windowsystem xmlgui \
|
||||
jobwidgets kio service solid widgetsaddons xmlgui \
|
||||
ecm:build
|
||||
USE_QT= base
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue