summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorAlberto Villa <avilla@FreeBSD.org>2013-10-15 16:35:09 +0000
committerAlberto Villa <avilla@FreeBSD.org>2013-10-15 16:35:09 +0000
commitcb2a4a5fc2541981594a1497c870b783f94dd30a (patch)
tree387ae7b9c17e81bf0839e25bd15c973972bf81cf /x11
parentThe Legend of Edgar is a platform game, not unlike those found on the Amiga and (diff)
- Fix build on several combinations of compiler/C++ library.
- Bump PORTREVISION to force rebuild of packages. Reported by: several users via email
Notes
Notes: svn path=/head/; revision=330405
Diffstat (limited to 'x11')
-rw-r--r--x11/kactivities/Makefile4
-rw-r--r--x11/kactivitymanagerd/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/kactivities/Makefile b/x11/kactivities/Makefile
index 87e244d56d87..d16e63f0a1cd 100644
--- a/x11/kactivities/Makefile
+++ b/x11/kactivities/Makefile
@@ -2,7 +2,7 @@
PORTNAME= kactivities
PORTVERSION= ${KDE4_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11 kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
@@ -15,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 compiler:c++11-lang
+USES= cmake:outsource compiler:c++11-lib
USE_QT4= declarative moc_build qmake_build rcc_build uic_build
USE_LDCONFIG= yes
diff --git a/x11/kactivitymanagerd/Makefile b/x11/kactivitymanagerd/Makefile
index 29ccabce6a3b..e1ac529b0cd8 100644
--- a/x11/kactivitymanagerd/Makefile
+++ b/x11/kactivitymanagerd/Makefile
@@ -2,7 +2,7 @@
PORTNAME= kactivitymanagerd
PORTVERSION= ${KDE4_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11 kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
@@ -17,7 +17,7 @@ CONFLICTS_INSTALL= kdelibs-4.7.* kde-runtime-4.7.* kactivities-4.[8-9].*
USE_XZ= yes
USE_KDE4= automoc4 kdehier kdelibs kdeprefix soprano nepomuk-core \
kactivities
-USES= cmake:outsource compiler:c++11-lang
+USES= cmake:outsource compiler:c++11-lib
USE_QT4= declarative opengl script sql \
moc_build qmake_build rcc_build uic_build
USE_LDCONFIG= yes