diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/print-manager/Makefile | 3 | ||||
-rw-r--r-- | print/scribus-devel/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/print/print-manager/Makefile b/print/print-manager/Makefile index 2d900b8c1965..d64afb01cd89 100644 --- a/print/print-manager/Makefile +++ b/print/print-manager/Makefile @@ -2,6 +2,7 @@ PORTNAME= print-manager DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= print kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -14,7 +15,7 @@ USE_KDE= auth codecs completion config configwidgets coreaddons \ dbusaddons ecm i18n iconthemes itemviews jobwidgets kcmutils \ kio notifications plasma-framework service widgetsaddons \ windowsystem -USE_QT= core dbus gui network qml quick widgets xml \ +USE_QT= core dbus declarative gui network widgets xml \ buildtools_build qmake_build OPTIONS_DEFINE= DOCS diff --git a/print/scribus-devel/Makefile b/print/scribus-devel/Makefile index ae816195ce30..a1bb41848549 100644 --- a/print/scribus-devel/Makefile +++ b/print/scribus-devel/Makefile @@ -37,8 +37,8 @@ LIB_DEPENDS= liblcms2.so:graphics/lcms2 \ libicuuc.so:devel/icu USES= cmake:outsource desktop-file-utils jpeg pkgconfig python qt:5 shared-mime-info ssl tar:xz -USE_QT= buildtools_build core gui linguisttools_build network opengl \ - printsupport qmake_build qml quick widgets xml +USE_QT= buildtools_build core declarative gui linguisttools_build network opengl \ + printsupport qmake_build widgets xml USE_GNOME= libxml2 INSTALLS_ICONS= yes USE_LDCONFIG= yes |