diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 22:02:42 +0300 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 22:06:06 +0300 |
commit | 6e341667f438950a218ef6ace8db065bdd60680e (patch) | |
tree | 98484ed6030d443e8279f494a700ea06bd056fe7 /devel | |
parent | c095475731fb0cebf6b90c59d9adeb4b85a3d1b9 (diff) | |
download | freebsd-ports-6e341667f438950a218ef6ace8db065bdd60680e.zip |
devel/kf5-kdbusaddons: pet stage-qa
Diffstat (limited to 'devel')
-rw-r--r-- | devel/kf5-kdbusaddons/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/kf5-kdbusaddons/Makefile b/devel/kf5-kdbusaddons/Makefile index c7be66836c4d..792b2c521fa0 100644 --- a/devel/kf5-kdbusaddons/Makefile +++ b/devel/kf5-kdbusaddons/Makefile @@ -1,5 +1,6 @@ PORTNAME= kdbusaddons DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org @@ -9,7 +10,7 @@ LICENSE= LGPL21+ USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz USE_KDE= ecm_build -USE_QT= core dbus x11extras \ +USE_QT= core dbus gui x11extras \ buildtools_build linguisttools_build qmake_build testlib_build .include <bsd.port.mk> |