summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2022-09-05 22:04:15 +0300
committerDima Panov <fluffy@FreeBSD.org>2022-09-05 22:06:43 +0300
commit349e67bcf0721879db9e89b8a86c968a077a3113 (patch)
tree1f244fb88ac73fa004141e1aeb71c041e21d9854 /print
parentnet/smb4k: pet stage-qa (diff)
print/print-manager: pet stage-qa
Diffstat (limited to 'print')
-rw-r--r--print/print-manager/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/print/print-manager/Makefile b/print/print-manager/Makefile
index 73d282bf1271..0c06470f6c16 100644
--- a/print/print-manager/Makefile
+++ b/print/print-manager/Makefile
@@ -1,5 +1,6 @@
PORTNAME= print-manager
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
+PORTREVISION= 1
CATEGORIES= print kde kde-applications
MAINTAINER= kde@FreeBSD.org
@@ -7,7 +8,7 @@ COMMENT= Printer manager for KDE
LIB_DEPENDS= libcups.so:print/cups
-USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
+USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz xorg
USE_KDE= auth codecs completion config configwidgets coreaddons \
dbusaddons i18n iconthemes itemviews jobwidgets kcmutils \
kio notifications plasma-framework service solid widgetsaddons \
@@ -15,6 +16,7 @@ USE_KDE= auth codecs completion config configwidgets coreaddons \
ecm_build
USE_QT= concurrent core dbus declarative gui network widgets xml \
buildtools_build qmake_build
+USE_XORG= x11
post-patch:
${REINPLACE_CMD} '/CUPS_DATADIR/s|/usr/share/cups|${LOCALBASE}/share/cups|' \