aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2022-09-05 19:04:50 +0000
committerDima Panov <fluffy@FreeBSD.org>2022-09-05 19:06:57 +0000
commitc608453e9daaa8fc6562d540321fa68b85d7b95f (patch)
treef2391b5496faf1069f9935ec9f8d743f423b7971
parent6b189d636b8387c53dc2e862bf39a0d9feaf755f (diff)
downloadports-c608453e9daaa8fc6562d540321fa68b85d7b95f.tar.gz
ports-c608453e9daaa8fc6562d540321fa68b85d7b95f.zip
www/choqok: pet stage-qa
-rw-r--r--www/choqok/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/www/choqok/Makefile b/www/choqok/Makefile
index bbc41a0da2ce..562e1288f12b 100644
--- a/www/choqok/Makefile
+++ b/www/choqok/Makefile
@@ -1,6 +1,6 @@
PORTNAME= choqok
DISTVERSION= 1.7.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www kde
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION:R}/src
DIST_SUBDIR= KDE/${PORTNAME}
@@ -15,16 +15,17 @@ LIB_DEPENDS= libqjson-qt5.so:devel/qjson \
libqoauth-qt5.so:net/qoauth-qt5 \
libtelepathy-qt5.so:net-im/telepathy-qt
-USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig qca qt:5 tar:xz
+USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig qca qt:5 \
+ tar:xz xorg
USE_KDE= attica auth bookmarks codecs completion config configwidgets \
coreaddons doctools ecm emoticons globalaccel guiaddons i18n \
itemviews jobwidgets kcmutils kdewebkit kio notifications \
notifyconfig parts purpose service solid sonnet textwidgets \
- wallet widgetsaddons xmlgui \
+ wallet widgetsaddons windowsystem xmlgui \
kded_run
USE_QT= concurrent core dbus gui network networkauth webkit widgets xml \
buildtools_build qmake_build
-
+USE_XORG= x11
USE_LDCONFIG= yes
.include <bsd.port.mk>