diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 19:04:15 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 19:06:43 +0000 |
commit | 349e67bcf0721879db9e89b8a86c968a077a3113 (patch) | |
tree | 1f244fb88ac73fa004141e1aeb71c041e21d9854 | |
parent | bff52c988bc50f333796dbe9b66db6df8b143289 (diff) | |
download | ports-349e67bcf0721879db9e89b8a86c968a077a3113.tar.gz ports-349e67bcf0721879db9e89b8a86c968a077a3113.zip |
print/print-manager: pet stage-qa
-rw-r--r-- | print/print-manager/Makefile | 4 |
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|' \ |