diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 19:01:56 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 19:05:48 +0000 |
commit | 2320ce75ac97f6ccd494b05f883de6b30edde334 (patch) | |
tree | 2e60091cc53f1ad755c60343e0be5dd9ff5b6893 | |
parent | 863a0f3f7e46a236cd41d20774e8b2e1eef56c78 (diff) | |
download | ports-2320ce75ac97f6ccd494b05f883de6b30edde334.tar.gz ports-2320ce75ac97f6ccd494b05f883de6b30edde334.zip |
audio/elisa: pet stage-qa
-rw-r--r-- | audio/elisa/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/elisa/Makefile b/audio/elisa/Makefile index 8cffe385129d..55eb70937333 100644 --- a/audio/elisa/Makefile +++ b/audio/elisa/Makefile @@ -1,5 +1,6 @@ PORTNAME= elisa DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= audio kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -9,7 +10,7 @@ LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING USES= cmake compiler:c++14-lang desktop-file-utils gettext kde:5 \ - pkgconfig qt:5 tar:xz + pkgconfig qt:5 tar:xz xorg USE_KDE= auth baloo5 bookmarks codecs completion config configwidgets \ coreaddons crash dbusaddons filemetadata i18n iconthemes itemviews \ jobwidgets kcmutils kdeclarative kio kirigami2 package \ @@ -17,6 +18,7 @@ USE_KDE= auth baloo5 bookmarks codecs completion config configwidgets \ USE_QT= concurrent core dbus declarative gui multimedia network \ quickcontrols2 sql svg widgets xml \ buildtools_build declarative-test_build qmake_build testlib_build +USE_XORG= x11 OPTIONS_DEFINE= DOCS VLC OPTIONS_DEFAULT= DOCS VLC |