aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.kde4.mk
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2013-05-19 04:34:41 +0800
committermakc <makc@FreeBSD.org>2013-05-19 04:34:41 +0800
commita28f8bc51cf460f3f9a4826fdbed4124a1fbf52e (patch)
tree303f55e519a3ce7876e32fb61fa89c88c577c8cb /Mk/bsd.kde4.mk
parentafdb534d1fe5535692b48eb7f1add7891efe2bdc (diff)
downloadfreebsd-ports-gnome-a28f8bc51cf460f3f9a4826fdbed4124a1fbf52e.tar.gz
freebsd-ports-gnome-a28f8bc51cf460f3f9a4826fdbed4124a1fbf52e.tar.zst
freebsd-ports-gnome-a28f8bc51cf460f3f9a4826fdbed4124a1fbf52e.zip
KDE/FreeBSD team presents KDE SC 4.10.3 ports!
- Remove patches and checks for unsupported FreeBSD versions. The area51 repository features commits by avilla, rakuco and myself.
Diffstat (limited to 'Mk/bsd.kde4.mk')
-rw-r--r--Mk/bsd.kde4.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/Mk/bsd.kde4.mk b/Mk/bsd.kde4.mk
index eff70300981b..7b80d0fd0115 100644
--- a/Mk/bsd.kde4.mk
+++ b/Mk/bsd.kde4.mk
@@ -74,7 +74,7 @@ Kde_Pre_Include= bsd.kde4.mk
# ${LOCALBASE}/kde4, but this could change in the future.
#
-KDE4_VERSION?= 4.10.1
+KDE4_VERSION?= 4.10.3
KDE4_BRANCH?= stable
KTP_VERSION?= 0.6.1
KTP_BRANCH?= stable
@@ -90,7 +90,8 @@ KDEVELOP_BRANCH?= stable
KDE4_PREFIX?= ${LOCALBASE}/kde4
# Help cmake to find files when testing ports with non-default PREFIX
-CMAKE_ARGS+= -DCMAKE_PREFIX_PATH="${LOCALBASE};${KDE4_PREFIX}"
+CMAKE_ARGS+= -DCMAKE_PREFIX_PATH="${LOCALBASE};${KDE4_PREFIX}" \
+ -DKDE4_BUILD_TESTS:BOOL=OFF
# ${PREFIX} and ${NO_MTREE} have to be defined in the pre-makefile section.
.if defined(USE_KDE4) && ${USE_KDE4:Mkdeprefix} != ""