Fix build for some kde@ ports with GCC-based architectures
PR: 233451 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
This commit is contained in:
parent
b9f8b77b2d
commit
1d33dc186d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=485713
@ -10,7 +10,7 @@ DISTNAME= ${QSCI2_DISTNAME}
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Qt 5 port of the Scintilla C++ editor class
|
||||
|
||||
USES= qmake pyqt:5 qt:5
|
||||
USES= compiler:c++11-lang qmake pyqt:5 qt:5
|
||||
USE_GL= gl
|
||||
USE_PYQT= #
|
||||
USE_QT= buildtools_build core gui printsupport widgets
|
||||
|
@ -12,7 +12,7 @@ LICENSE= LGPL21
|
||||
LIB_DEPENDS= libpoppler.so:graphics/poppler \
|
||||
libzxing.so:textproc/zxing-cpp
|
||||
|
||||
USES= cmake:outsource gettext kde:5 pkgconfig qt:5 tar:xz
|
||||
USES= compiler:c++11-lang cmake:outsource gettext kde:5 pkgconfig qt:5 tar:xz
|
||||
USE_KDE= ecm i18n
|
||||
# Pim components
|
||||
USE_KDE+= calendarcore contacts kpkpass mime
|
||||
|
@ -11,7 +11,7 @@ COMMENT= Signon OAuth 1.0 and 2.0 plugin for accounts-sso
|
||||
|
||||
LIB_DEPENDS= libsignon-qt5.so:sysutils/signon-qt5
|
||||
|
||||
USES= pkgconfig python qmake qt:5
|
||||
USES= compiler:c++11-lang pkgconfig python qmake qt:5
|
||||
USE_QT= core network testlib \
|
||||
buildtools_build qmake_build
|
||||
USE_LDCONFIG= ${PREFIX}/lib/signon
|
||||
|
@ -10,7 +10,7 @@ COMMENT= Breeze icon theme for KDE
|
||||
LICENSE= LGPL3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING-ICONS
|
||||
|
||||
USES= cmake:outsource kde:5 qt:5 tar:xz
|
||||
USES= compiler:c++11-lang cmake:outsource kde:5 qt:5 tar:xz
|
||||
USE_KDE= ecm
|
||||
USE_QT= buildtools_build core qmake_build testlib
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user