aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2022-09-05 19:04:38 +0000
committerDima Panov <fluffy@FreeBSD.org>2022-09-05 19:06:53 +0000
commit2c080f811af6cd1e9b7a52d5ea6956c47152a4c1 (patch)
treec89e2fb46a83d8891a15e9e66122c38787e20691
parent58fc8e19a3560cde5db6dcf59ce81552d6b9f329 (diff)
downloadports-2c080f811af6cd1e9b7a52d5ea6956c47152a4c1.tar.gz
ports-2c080f811af6cd1e9b7a52d5ea6956c47152a4c1.zip
sysutils/plasma5-plasma-disks: pet stage-qa
-rw-r--r--sysutils/plasma5-plasma-disks/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/plasma5-plasma-disks/Makefile b/sysutils/plasma5-plasma-disks/Makefile
index 033d8e1749f8..f42b2d988f94 100644
--- a/sysutils/plasma5-plasma-disks/Makefile
+++ b/sysutils/plasma5-plasma-disks/Makefile
@@ -1,5 +1,6 @@
PORTNAME= plasma-disks
DISTVERSION= ${KDE_PLASMA_VERSION}
+PORTREVISION= 1
CATEGORIES= sysutils kde kde-plasma
MAINTAINER= kde@FreeBSD.org
@@ -22,7 +23,7 @@ LICENSE_FILE_LGPL3= ${WRKSRC}/LICENSES/LGPL-3.0-only.txt
RUN_DEPENDS= smartmontools>0:sysutils/smartmontools
-USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz
+USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz xorg
USE_KDE= activities auth codecs config configwidgets coreaddons \
dbusaddons ecm i18n kdeclarative kio ksysguard notifications \
@@ -30,6 +31,7 @@ USE_KDE= activities auth codecs config configwidgets coreaddons \
USE_QT= concurrent core dbus declarative gui network quickcontrols \
widgets xml \
buildtools_build qmake_build
+USE_XORG= x11
post-patch:
${REINPLACE_CMD} "s|LOCALBASE|${LOCALBASE}|" \