diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2013-10-14 10:28:29 +0000 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2013-10-14 10:28:29 +0000 |
commit | dd72229681ec0cba4f7f32c6a677f44cde444a19 (patch) | |
tree | ef3f5fe6b5f5ba2b3ee8e215316ae90dc51ff792 /x11/kactivities | |
parent | 3357cbbfa8647e326c68e9bc44c221416d2e89dd (diff) |
- Require a c++11 capable compiler to build kactivities and
kactivitymanagerd.
kactivitymanagerd crashes when using different compilers to build the
two ports.
Notes
Notes:
svn path=/head/; revision=330286
Diffstat (limited to 'x11/kactivities')
-rw-r--r-- | x11/kactivities/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/kactivities/Makefile b/x11/kactivities/Makefile index 7e6186da8887..87e244d56d87 100644 --- a/x11/kactivities/Makefile +++ b/x11/kactivities/Makefile @@ -2,6 +2,7 @@ PORTNAME= kactivities PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -14,7 +15,7 @@ CONFLICTS_INSTALL= kdelibs-4.7.* kde-runtime-4.7.* USE_XZ= yes USE_KDE4= automoc4 kdehier kdelibs kdeprefix soprano nepomuk-core -USES= cmake:outsource +USES= cmake:outsource compiler:c++11-lang USE_QT4= declarative moc_build qmake_build rcc_build uic_build USE_LDCONFIG= yes |