diff options
-rw-r--r-- | x11/plasma5-plasma-integration/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/plasma5-plasma-integration/Makefile b/x11/plasma5-plasma-integration/Makefile index 39108e95600b..8bcae3fdf919 100644 --- a/x11/plasma5-plasma-integration/Makefile +++ b/x11/plasma5-plasma-integration/Makefile @@ -1,5 +1,6 @@ PORTNAME= plasma-integration DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde kde-plasma MAINTAINER= kde@FreeBSD.org @@ -17,7 +18,7 @@ USE_KDE= auth bookmarks breeze codecs completion config configwidgets \ USE_QT= concurrent core dbus declarative gui network quickcontrols2 \ widgets x11extras xml \ buildtools_build qmake_build -USE_XORG= xcb xcursor +USE_XORG= x11 xcb xcursor SHEBANG_FILES= src/platformtheme/fonts_akregator.pl \ src/platformtheme/fonts_global.pl \ |