diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-04-27 05:38:42 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-04-27 05:38:42 +0000 |
commit | c662f85a2ad6ae9635f7efcc82558030f8adf3dd (patch) | |
tree | 703bcbe15b0bbcbe06a322fe3c3fd6f47ecd4535 | |
parent | Update to upstream version 0.21.8 (diff) |
Fix some kde@ ports for GCC architectures
PR: 237516
Submitted by: pkubaj
Notes
Notes:
svn path=/head/; revision=500191
-rw-r--r-- | deskutils/kchmviewer/Makefile | 2 | ||||
-rw-r--r-- | games/kigo/Makefile | 2 | ||||
-rw-r--r-- | games/konquest/Makefile | 2 | ||||
-rw-r--r-- | misc/kookbook/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/ktorrent/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/deskutils/kchmviewer/Makefile b/deskutils/kchmviewer/Makefile index bc0b687d7f50..38179987f962 100644 --- a/deskutils/kchmviewer/Makefile +++ b/deskutils/kchmviewer/Makefile @@ -13,7 +13,7 @@ COMMENT= KDE viewer for CHM files LIB_DEPENDS= libchm.so:misc/chmlib \ libzip.so:archivers/libzip -USES= dos2unix qmake:outsource qt:5 +USES= compiler:c++11-lang dos2unix qmake:outsource qt:5 USE_QT= core dbus gui network printsupport webkit widgets xml \ buildtools_build qmake_build USE_XORG= x11 diff --git a/games/kigo/Makefile b/games/kigo/Makefile index ba953b6b9884..9c2351162fd6 100644 --- a/games/kigo/Makefile +++ b/games/kigo/Makefile @@ -7,7 +7,7 @@ CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} -USES= cmake kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz USE_KDE= attica auth codecs completion config configwidgets \ coreaddons crash dbusaddons ecm i18n jobwidgets kio \ libkdegames newstuff notifyconfig service sonnet textwidgets \ diff --git a/games/konquest/Makefile b/games/konquest/Makefile index ee1f77a05068..8f04b702fef7 100644 --- a/games/konquest/Makefile +++ b/games/konquest/Makefile @@ -7,7 +7,7 @@ CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} -USES= cmake kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz USE_KDE= auth codecs config configwidgets coreaddons crash \ dbusaddons ecm guiaddons i18n libkdegames widgetsaddons \ xmlgui diff --git a/misc/kookbook/Makefile b/misc/kookbook/Makefile index 0f2da0b16f62..90755792d946 100644 --- a/misc/kookbook/Makefile +++ b/misc/kookbook/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/lib/libmarkdown.a:textproc/discount -USES= cmake kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz USE_QT= core declarative gui network printsupport widgets \ qmake_build buildtools_build USE_KDE= ecm_build diff --git a/net-p2p/ktorrent/Makefile b/net-p2p/ktorrent/Makefile index d4c971b733b3..0d70725d0417 100644 --- a/net-p2p/ktorrent/Makefile +++ b/net-p2p/ktorrent/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}/ MAINTAINER= kde@FreeBSD.org COMMENT= BitTorrent client for KDE -USES= cmake gettext kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz LIB_DEPENDS= libKF5Torrent.so:net-p2p/libktorrent \ libgcrypt.so:security/libgcrypt \ |