diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 19:05:00 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 19:07:02 +0000 |
commit | 56a31dcf58eb439dd39c916e86b1ae385a469bdc (patch) | |
tree | d90ddaec1841fa251a66d3cafb3c7614dd13c7da | |
parent | 26a23ba8dea9694315a28d866e710c61bc95d597 (diff) | |
download | ports-56a31dcf58eb439dd39c916e86b1ae385a469bdc.tar.gz ports-56a31dcf58eb439dd39c916e86b1ae385a469bdc.zip |
x11-themes/plasma5-breeze: pet stage-qa
-rw-r--r-- | x11-themes/plasma5-breeze/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-themes/plasma5-breeze/Makefile b/x11-themes/plasma5-breeze/Makefile index 991ad213712b..9e389c542122 100644 --- a/x11-themes/plasma5-breeze/Makefile +++ b/x11-themes/plasma5-breeze/Makefile @@ -1,5 +1,6 @@ PORTNAME= breeze DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= x11-themes kde kde-plasma MAINTAINER= kde@FreeBSD.org @@ -17,6 +18,6 @@ USE_KDE= auth breeze-icons codecs config configwidgets coreaddons \ windowsystem USE_QT= core dbus declarative gui network widgets x11extras xml \ buildtools_build qmake_build -USE_XORG= xcb +USE_XORG= x11 xcb .include <bsd.port.mk> |