diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 19:05:01 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 19:07:02 +0000 |
commit | efc0e8f1a48fc9cea1ac53f9f978a6cd27b30cdf (patch) | |
tree | 4eed5c6ca4ee0673328833d92d8160f285c23dee | |
parent | 56a31dcf58eb439dd39c916e86b1ae385a469bdc (diff) | |
download | ports-efc0e8f1a48fc9cea1ac53f9f978a6cd27b30cdf.tar.gz ports-efc0e8f1a48fc9cea1ac53f9f978a6cd27b30cdf.zip |
x11-themes/plasma5-kde-gtk-config: pet stage-qa
-rw-r--r-- | x11-themes/plasma5-kde-gtk-config/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-themes/plasma5-kde-gtk-config/Makefile b/x11-themes/plasma5-kde-gtk-config/Makefile index 3b8641170f81..2d39ee921da5 100644 --- a/x11-themes/plasma5-kde-gtk-config/Makefile +++ b/x11-themes/plasma5-kde-gtk-config/Makefile @@ -1,5 +1,6 @@ PORTNAME= kde-gtk-config DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= x11-themes kde kde-plasma MAINTAINER= kde@FreeBSD.org @@ -21,6 +22,6 @@ USE_KDE= archive attica auth codecs completion config configwidgets \ ecm_build USE_QT= concurrent core dbus gui network svg widgets xml \ buildtools_build qmake_build testlib_build -USE_XORG= xcursor +USE_XORG= x11 xcursor .include <bsd.port.mk> |