aboutsummaryrefslogtreecommitdiff
path: root/graphics/skanlite/Makefile
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2021-07-09 21:56:39 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2021-07-09 21:59:01 +0000
commitc0a5e2416d2b24af2d83fc97fa9dde37c152d6ec (patch)
treeea95f58300e77d19c29ee32e28d5a98b1cc53582 /graphics/skanlite/Makefile
parent71d85cac1937709444cc3f64f4745015b0acec33 (diff)
Diffstat (limited to 'graphics/skanlite/Makefile')
-rw-r--r--graphics/skanlite/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/skanlite/Makefile b/graphics/skanlite/Makefile
index f152e2bf24dd..ee4c792c034d 100644
--- a/graphics/skanlite/Makefile
+++ b/graphics/skanlite/Makefile
@@ -1,6 +1,6 @@
PORTNAME= skanlite
DISTVERSION= 2.2.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics kde
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION:R}/
@@ -18,8 +18,8 @@ USE_KDE= auth config configwidgets codecs completion \
coreaddons i18n jobwidgets kio \
service widgetsaddons xmlgui \
doctools_build ecm_build
-USE_QT= buildtools_build qmake_build \
- core concurrent dbus gui network widgets xml
+USE_QT= core concurrent dbus gui network widgets xml \
+ buildtools_build qmake_build testlib_build
.include <bsd.port.mk>