diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 19:03:21 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 19:06:21 +0000 |
commit | fca3c5abf58edfcf11773def1f6d43cb34238f01 (patch) | |
tree | a8ee612578288f2e8de43dfd851a275d4a01698b /graphics/peruse | |
parent | 121677e5ffd5603087b4a635fbfe169786fe5225 (diff) | |
download | ports-fca3c5abf58edfcf11773def1f6d43cb34238f01.tar.gz ports-fca3c5abf58edfcf11773def1f6d43cb34238f01.zip |
graphics/peruse: pet stage-qa
Diffstat (limited to 'graphics/peruse')
-rw-r--r-- | graphics/peruse/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/graphics/peruse/Makefile b/graphics/peruse/Makefile index 6d7d43b743a0..486c076e787f 100644 --- a/graphics/peruse/Makefile +++ b/graphics/peruse/Makefile @@ -1,5 +1,6 @@ PORTNAME= peruse DISTVERSION= 1.2-502 +PORTREVISION= 1 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org @@ -7,12 +8,15 @@ COMMENT= Comic book viewer LICENSE= LGPL21 -USES= cmake compiler:c++11-lang pkgconfig kde:5 qt:5 tar:xz -USE_KDE= archive attica baloo completion config coreaddons crash ecm filemetadata guiaddons i18n \ - iconthemes jobwidgets kdeclarative kio newstuff package service \ +USES= cmake compiler:c++11-lang gl pkgconfig kde:5 qt:5 tar:xz xorg +USE_GL= gl +USE_KDE= archive attica baloo completion config coreaddons crash ecm \ + filemetadata guiaddons i18n iconthemes jobwidgets \ + kdeclarative kio newstuff package service solid \ widgetsaddons windowsystem USE_QT= concurrent core dbus declarative gui network opengl sql widgets xml \ buildtools_build qmake_build +USE_XORG= x11 KDE_INVENT= 8d1de5f4a7c4a6ca7444b0c55cb9aaa44a982a78 |