diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2016-08-24 08:20:31 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2016-08-24 08:20:31 +0000 |
commit | 0f583d87000061087521fb77c44c9055d122d787 (patch) | |
tree | b9dc00f333e96550a5732b38b9c9444035e4339c /print | |
parent | 558a51279c03199a7a20966174a8f0a1f33dc9b2 (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/frescobaldi/Makefile | 4 | ||||
-rw-r--r-- | print/kde4-print-manager/Makefile | 4 | ||||
-rw-r--r-- | print/kover/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/print/frescobaldi/Makefile b/print/frescobaldi/Makefile index f9e8651960bd..a9e0b2a65274 100644 --- a/print/frescobaldi/Makefile +++ b/print/frescobaldi/Makefile @@ -16,9 +16,9 @@ LICENSE_COMB= dual RUN_DEPENDS= lilypond:print/lilypond \ ${PYTHON_PKGNAMEPREFIX}poppler-qt4>=0:graphics/py-poppler-qt4 -USES= gettext python +USES= gettext kde:4 python INSTALLS_ICONS= yes -USE_KDE4= kdelibs pykde4_build pykde4_run +USE_KDE= kdelibs pykde4_build pykde4_run USE_PYTHON= distutils autoplist post-patch: diff --git a/print/kde4-print-manager/Makefile b/print/kde4-print-manager/Makefile index 400b66d55c70..9d758127fb26 100644 --- a/print/kde4-print-manager/Makefile +++ b/print/kde4-print-manager/Makefile @@ -12,8 +12,8 @@ COMMENT= Printer manager for KDE 4 LIB_DEPENDS= libcups.so:print/cups -USES= cmake:outsource tar:xz -USE_KDE4= kdelibs automoc4 +USES= cmake:outsource kde:4 tar:xz +USE_KDE= kdelibs automoc4 USE_QT4= designer network \ qmake_build moc_build uic_build rcc_build diff --git a/print/kover/Makefile b/print/kover/Makefile index 73e696ab80fb..941d19118427 100644 --- a/print/kover/Makefile +++ b/print/kover/Makefile @@ -16,11 +16,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcddb.so:audio/libcddb \ libcdio.so:sysutils/libcdio -USE_KDE4= automoc4 kdelibs +USES= cmake gettext kde:4 perl5 pkgconfig shared-mime-info tar:bzip2 +USE_KDE= automoc4 kdelibs USE_QT4= corelib dbus gui network svg xml \ qmake_build uic_build rcc_build USE_PERL5= build -USES= cmake gettext perl5 pkgconfig shared-mime-info tar:bzip2 post-patch: @${REINPLACE_CMD} -e \ |