Explicitely empty flavor is no longer needed for print/poppler.

This commit is contained in:
kili 2019-06-19 19:45:59 +00:00
parent 5effd8e9e5
commit 668474224d
11 changed files with 23 additions and 23 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2019/05/20 22:15:05 naddy Exp $
# $OpenBSD: Makefile,v 1.16 2019/06/19 19:45:59 kili Exp $
COMMENT-main = KDE 5 library for extracting text and metadata
COMMENT-locale =localization files of kfilemetadata
@ -31,7 +31,7 @@ LIB_DEPENDS-main = audio/taglib \
devel/kf5/ki18n \
graphics/exiv2 \
graphics/ffmpeg \
print/poppler,,-qt5 \
print/poppler,-qt5 \
textproc/ebook-tools
PKG_ARCH-locale = *

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.34 2019/05/20 22:15:08 naddy Exp $
# $OpenBSD: Makefile,v 1.35 2019/06/19 19:45:59 kili Exp $
COMMENT = K Desktop Environment, office suite
HOMEPAGE = https://www.calligra.org
@ -115,7 +115,7 @@ LIB_DEPENDS += x11/qt5/qtdeclarative \
graphics/kdiagram \
devel/gsl \
graphics/lcms2 \
print/poppler,,-qt5 \
print/poppler,-qt5 \
security/qca-qt5
# Stuff we don't have ATM. Do not bother about CreateResources, it's

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.35 2019/05/20 22:15:08 naddy Exp $
# $OpenBSD: Makefile,v 1.36 2019/06/19 19:45:59 kili Exp $
COMMENT = user-friendly TeX/LaTeX editor for KDE
@ -62,7 +62,7 @@ LIB_DEPENDS += devel/kf5/kauth \
devel/kf5/kwindowsystem \
devel/kf5/kxmlgui \
devel/kf5/sonnet \
print/poppler,,-qt5 \
print/poppler,-qt5 \
x11/kde-applications/okular
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2019/03/08 20:00:45 cwen Exp $
# $OpenBSD: Makefile,v 1.11 2019/06/19 19:45:59 kili Exp $
COMMENT = editor for the TikZ language
@ -38,7 +38,7 @@ RUN_DEPENDS = print/texlive/base \
misc/shared-mime-info \
devel/desktop-file-utils
LIB_DEPENDS = print/poppler,,-qt5
LIB_DEPENDS = print/poppler,-qt5
NO_TEST = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.47 2019/03/08 20:00:45 cwen Exp $
# $OpenBSD: Makefile,v 1.48 2019/06/19 19:45:59 kili Exp $
COMMENT-main = easy to use LaTeX and ConTeXt editor
COMMENT-python = Python scripting for TeXworks
@ -50,7 +50,7 @@ MULTI_PACKAGES = -main -lua -python
LIB_DEPENDS = ${MODQT5_LIB_DEPENDS} \
x11/qt5/qtscript
LIB_DEPENDS-main = ${LIB_DEPENDS} \
print/poppler,,-qt5 \
print/poppler,-qt5 \
print/texlive/base,-synctex \
textproc/hunspell
LIB_DEPENDS-lua = ${LIB_DEPENDS} \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2019/03/08 20:00:45 cwen Exp $
# $OpenBSD: Makefile,v 1.7 2019/06/19 19:45:59 kili Exp $
COMMENT = games cataloging tool and emulator launcher
@ -24,7 +24,7 @@ WANTLIB += Qt5Script z
MODULES = x11/qt5
LIB_DEPENDS = audio/pulseaudio \
print/poppler,,-qt5 \
print/poppler,-qt5 \
x11/qt5/qtmultimedia \
x11/qt5/qtscript
RUN_DEPENDS = devel/desktop-file-utils

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.26 2019/06/17 04:32:21 rsadowski Exp $
# $OpenBSD: Makefile,v 1.27 2019/06/19 19:45:59 kili Exp $
COMMENT = advanced drawing and image manipulation
@ -89,7 +89,7 @@ LIB_DEPENDS += archivers/quazip,qt5 \
graphics/png \
graphics/tiff \
math/fftw3 \
print/poppler,,-qt5 \
print/poppler,-qt5 \
x11/qt5/qtdeclarative \
x11/qt5/qtmultimedia \
x11/qt5/qtsvg \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.72 2019/05/20 22:15:25 naddy Exp $
# $OpenBSD: Makefile,v 1.73 2019/06/19 19:45:59 kili Exp $
COMMENT = ebook management application
@ -36,8 +36,8 @@ COMMON_DEPENDS = databases/py-apsw \
graphics/py-Pillow \
net/py-dnspython \
graphics/png \
print/poppler, \
print/poppler,,-qt5 \
print/poppler \
print/poppler,-qt5 \
textproc/py-cssselect \
textproc/py-cssutils>=0.9.9 \
textproc/py-lxml>=2.2.8 \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2019/06/09 08:22:18 rsadowski Exp $
# $OpenBSD: Makefile,v 1.6 2019/06/19 19:45:59 kili Exp $
COMMENT = KDE document viewer
DISTNAME = okular-${VERSION}
@ -68,7 +68,7 @@ LIB_DEPENDS += devel/chmlib \
devel/kf5/threadweaver \
graphics/djvulibre \
graphics/tiff \
print/poppler,,-qt5 \
print/poppler,-qt5 \
security/qca-qt5 \
textproc/ebook-tools \
x11/kde-applications/kdegraphics-mobipocket \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.34 2019/03/08 20:00:55 cwen Exp $
# $OpenBSD: Makefile,v 1.35 2019/06/19 19:45:59 kili Exp $
COMMENT= Lumina Desktop Environment
@ -35,7 +35,7 @@ RUN_DEPENDS= devel/desktop-file-utils \
x11/xscreensaver \
x11/gtk+3,-guic
LIB_DEPENDS= print/poppler,,-qt5 \
LIB_DEPENDS= print/poppler,-qt5 \
x11/qt5/qtmultimedia \
x11/qt5/qtsvg \
x11/qt5/qtx11extras

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.49 2019/06/06 06:08:56 rsadowski Exp $
# $OpenBSD: Makefile,v 1.50 2019/06/19 19:45:59 kili Exp $
COMMENT = organizer for book/dvd/music collections
@ -71,7 +71,7 @@ LIB_DEPENDS += audio/libcdio \
devel/kf5/solid \
devel/kf5/sonnet \
net/yaz \
print/poppler,,-qt5 \
print/poppler,-qt5 \
textproc/exempi \
textproc/libxml \
textproc/libxslt \